Rest apiEndpoints
Delete Organization
Delete organization
Authorization
token AuthorizationBearer <token>
Recal API token
In: header
Path Parameters
orgSlug*string
Match
^[a-z0-9][a-z0-9_-]{2,127}$Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/organizations/recal"{ "data": { "createdAt": "2025-04-24T00:00:00.000Z", "name": "Recal", "slug": "recal", "members": [ { "createdAt": "2025-04-24T00:00:00.000Z", "id": "user_123" } ] }}