Organizations API
Delete organization
Permanently delete the organization. Owner only. Related records are removed by cascade.
Authorization
bearerAuth AuthorizationBearer <token>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
In: header
Path Parameters
id*string
Organization ID
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://demo.supercheck.dev/api/organizations/string"{
"success": true,
"message": "string"
}{
"error": "Unauthorized"
}{
"error": "string"
}{
"error": "Not found"
}Empty