X Write

Leave community

delete/x/communities/{id}/join

Path parameters

idstring required

Resource ID (stringified bigint)

Request body

accountstring required

X account identifier (@username or account ID)

Example request

{
  "account": "@elonmusk"
}

Response

Left community

communityIdstring required
communityNamestring required
successtrue required

Example response

{
  "communityId": "1500000000000000000",
  "communityName": "Tesla Fans",
  "success": true
}

Changes