Messages Sent Report

Messages Sent Report

Delete a sent message

delete

Deletes a specific sent message by its ID

Authorizations
Path parameters
idinteger · int64Required

ID of the message to delete

Responses
200

Successful operation

application/json
delete
/api/workspaces/{workspace}/sms/messages/{message}

Delete selected sent messages

delete

Deletes multiple sent messages by their IDs

Authorizations
Body
idsinteger[]Required

Array of message IDs to delete

Responses
200

Successful operation

application/json
delete
/api/workspaces/{workspace}/sms/messages/{message}/bulk-delete

Last updated