Skip to main content

chat.bsky.convo.deleteMessageForSelf

POST 

/xrpc/chat.bsky.convo.deleteMessageForSelf

This endpoint is part of the Bluesky Chat (DMs) APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the single central chat service by setting the appropriate service DID (did:web:api.bsky.chat) in the service proxying header.

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Request

Body

required

    convoId stringrequired
    messageId stringrequired

Responses

OK

Schema

    id stringrequired
    rev stringrequired

    sender

    object

    required

    did didrequired
    sentAt date-timerequired
Loading...