Delete company
DELETE /organizations/:organization_id/
URL
https://system_domain/api/v2/organizations/123/
Parameters
PATH-parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | number | Yes | Company ID |
Responses
Response example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Organization with id {123} successfully deleted"
}
]
}