---
title: "Unenroll contact"
method: DELETE
path: "/v1/sequences/{sequenceId}/enroll/{contactId}"
tags: ["Sequences"]
---

# Unenroll contact

`DELETE /v1/sequences/{sequenceId}/enroll/{contactId}`

Remove a contact from a sequence. No further messages will be sent to this contact.

## Path parameters

- `sequenceId` string, required
- `contactId` string, required

## Response `200`

Contact unenrolled

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
