Delete Campaign Step
Campaigns
Delete Campaign Step
Remove a step from a campaign sequence
DELETE
Delete Campaign Step
Request
Path Parameters
The campaign’s unique ID (UUID)
The step’s unique ID (UUID)
Headers
Requires an API key with the
campaigns:write permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:write permission |
| 404 | campaign_not_found | No campaign with this ID |
| 404 | step_not_found | No step with this ID in the campaign |
| 429 | rate_limited | Rate limit exceeded |