Sources

Delete X Source Token

DELETE
/v1/sources/x/token
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Response Body

application/json

application/json

curl -X DELETE "https://api.mentio.dev/v1/sources/x/token"
{
  "configured": true
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}