Delete a sequence template
Sequence Templates
Delete a sequence template
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Deletes an existing sequence template.
- Global templates (seeded by the system) cannot be deleted — returns 403.
- User-scoped templates are team-shared: any teammate may delete a template visible to them. Out-of-team or non-existent ids return 404.
- Organization templates require the
DeleteOrgTemplatesfeature scope — callers without it get 403.
DELETE
Delete a sequence template
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence template Id
Response
Sequence template deleted successfully. The response body is empty.
Empty body