curl --request DELETE \
--url https://api.ofauth.com/v2/access/chats/:userId/messages/:messageId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Unsend one previously sent direct message in the chat with the target user.
Permission Required: messages:write
curl --request DELETE \
--url https://api.ofauth.com/v2/access/chats/:userId/messages/:messageId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?