# PATCH /enrollments/{id}/pause

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Pause an active enrollment. The contact stops advancing but keeps its position.

```http
PATCH https://api.sendheron.com/api/v1/enrollments/{id}/pause
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `sequences:write`

**Success status:** `200`

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | uuid | yes | Enrollment UUID. |


---

Rate limits (global, all applied at once): 60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day.
