Skip to main content
DELETE
/
v2
/
access
/
chats
/
:userId
/
messages
/
:messageId
Unsend a chat message
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.

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

userId
string
required
messageId
string
required

Response

Successful response

success
boolean
required