Chat

Block an XMTP conversation

Block the specified XMTP topics and report as spam

post/xmtp/topics/block

Request body

ownerAddressstring

Domain owner public wallet address

signedPublicKeystring

XMTP account public key

Example request

{
  "registrations": [
    {
      "accept": true,
      "block": true,
      "topic": "topic-123",
      "signature": "<signed topic ID>"
    }
  ]
}

Response

Accept successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.