Leave a community

DELETE/communities/:id/leave

Leave a community. The last remaining admin cannot leave.

AuthLogin required

Path parameters

idstringrequired

Community ID or slug.

Request
curl https://api.4s.link/communities/ID/leave \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"id": "cm1a2b3c-..."
}