X Write
Delete community
delete/x/communities/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Request body
Example request
{
"account": "@elonmusk",
"community_name": "Tesla Fans"
}Response
Success
Example response
{
"success": true
}