DELETE Delete Sequence​
DELETE
/sequences/{id}
Permanently delete an email sequence by ID. This also deletes all associated sequence emails, campaign emails, URL metrics, sequence trackers, and campaign metadata. Requires FluentCampaign Pro.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The sequence ID to delete.
Type
Requiredinteger
Responses​
Sequence deleted successfully.
application/json
JSON
{
"message": "string"
}