Delete organization workspace permanently
Required Permission: base.organization.management.remove
Permanently deletes organization workspace and all associated resources including applications, device enrollments, user assignments, and historical data requiring subscription cancellation.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "OK"
}
}
application/json
{
"status": false,
"error": {
"code": 5111,
"message": "Can not perform this action because there are active subscriptions"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}