DELETE Delete Dynamic Segment​
DELETE
/dynamic-segments/{id}
Permanently delete a custom dynamic segment by its ID. Only custom segments (stored in the Meta table) can be deleted. 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 ID of the custom segment to delete.
Type
Requiredinteger
Responses​
Segment deleted successfully.
application/json
JSON
{
"message": "string"
}