Delete Organization
DELETE/org/:orgId
Delete Organization identified by orgID UUID.
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"id": "3882c0b2-b285-4cf1-7308-91048da5b4eb",
"name": "Organization"
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"id": "3882c0b2-b285-4cf1-7308-91048da5b4eb",
"name": "Organization"
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...