DELETE Delete SMS Messages​
DELETE
/sms/messages
Delete multiple SMS messages by their IDs. PRO (requires FluentCampaign Pro SMS module).
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)
Request Body​
application/json
JSON
{
"ids": [
0
]
}
Responses​
Messages deleted successfully.
application/json
JSON
{
"message": "string",
"deleted_count": 0
}