API Reference
API Reference

Delete Current Organization

Delete the current organization and all its users.

DELETE/api/v1/organizations/

Authentication

Syllable-API-Keyrequired

Send Syllable-API-Key in the header.

Need a credential? Create or manage an API token in the Syllable Console.

Parameters

This endpoint has no declared parameters.

Request body

application/x-www-form-urlencoded

body Body_organizations_delete optional
1 field
delete_commentsstring | nulloptional

Comments explaining the deletion

Request example
{
  "delete_comments": "string"
}

Responses

200Successful Response

application/json

response unspecified required
Response example
string
422Validation Error

application/json

response HTTPValidationError required
1 field
detailValidationError[]optional
Item schema
itemsValidationErrorrequired
3 fields
locstring | integer[]required
Item schema
itemsstring | integerrequired
2 options
Option 1stringrequired
Option 2integerrequired
msgstringrequired
typestringrequired
Response example
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}