Delete a sequence
Sequences
Delete a sequence
Requires the
sequences:write scope (or a broader one that includes it).
Use this endpoint when you need to delete a sequence by its id. Its contacts are taken out of the sequence and their remaining steps are cancelled, but the contacts themselves stay in your account. A successful call returns no body, and a deleted sequence cannot be restored — archive it instead if you may want it back.
DELETE
Delete a sequence
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence Id
Required range:
x >= 1Response
Sequence deleted successfully. The response body is empty.
Empty body