DELETE Remove Sequence Subscribers​
DELETE
/sequences/{id}/subscribers
Remove subscribers from an email sequence. Subscribers can be identified by tracker IDs or subscriber IDs. Removes the sequence tracker records for the specified subscribers. Requires FluentCampaign Pro.
Required capability: fcrm_manage_email_delete
Enforced by SequencePolicy::deleteSubscribes().
Requires: FluentCampaign Pro. Without it the route does not exist.
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.
Type
Requiredinteger
Request Body​
application/json
JSON
{
"tracker_ids": [
0
],
"subscriber_ids": [
0
]
}
Responses​
Subscribers removed from the sequence.
application/json
JSON
{
"message": "string"
}