Messages Sent Report
Messages Sent Report
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
401
Unauthenticated
404
Message not found
application/json
delete
/api/workspaces/{workspace}/sms/messages/{message}Deletes multiple sent messages by their IDs
Authorizations
Body
idsinteger[]Required
Array of message IDs to delete
Responses
200
Successful operation
application/json
400
Bad request
application/json
401
Unauthenticated
delete
/api/workspaces/{workspace}/sms/messages/{message}/bulk-deleteLast updated