Skip to main content
DELETE
/
organizations
/
{orgId}
Soft delete an organization
curl --request DELETE \
  --url http://localhost:3000/organizations/{orgId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123,
  "deletionScheduledAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string<uuid>
required

Response

Default Response

message
string
required
statusCode
number
deletionScheduledAt
string<date-time>