Skip to main content
DELETE
/
api
/
v1
/
system
/
schools
/
{id}
Hard delete a school (drop schema)
curl --request DELETE \
  --url https://api.example.com/api/v1/system/schools/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Schema-Name
string

School (tenant) identifier. Must match your account unless you have platform-wide access.

X-Confirm-Delete
string

Set to 'true' to confirm hard delete (alternative to query param)

Path Parameters

id
string<uuid>
required

A UUID string identifying this client.

Query Parameters

confirm
boolean

Set to true to confirm hard delete (e.g. ?confirm=true)

Response

success
boolean
message
string