Delete organization

DELETE/manage/organizations/:id

Delete an organization. Admins only.

AuthLogin required

Path parameters

idstringrequired

Organization ID.

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