SupportWire API
API ReferenceMessages

Delete message

Required scope: `messages:write`, `actor=self`. Authors only.

DELETE
/api/oauth/v1/conversations/{conversation_id}/messages/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth access token, e.g. Authorization: Bearer swot_….

In: header

Path Parameters

conversation_id*string
id*string

Message ID.

Response Body

curl -X DELETE "https://example.com/api/oauth/v1/conversations/string/messages/string"
Empty