Messages Sent Report
Authorizations
Path parameters
idinteger · int64Required
ID of the message to delete
Responses
200
Successful operation
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Message deleted successfully401
Unauthenticated
404
Message not found
application/json
delete
/api/workspaces/{workspace}/sms/messages/{message}Authorizations
Body
idsinteger[]Required
Array of message IDs to delete
Responses
200
Successful operation
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Messages deleted successfully400
Bad request
application/json
401
Unauthenticated
delete
/api/workspaces/{workspace}/sms/messages/{message}/bulk-deleteLast updated