Delete an existing tenant group
DELETE/api/v1/mssp/:mssp-id/tenant-group/:id
x-public: "true"
Deletes a tenant group if it is empty. Will use msspId from the auth token if available.
Request
Path Parameters
mssp-id stringrequired
the mssp the tenant group belongs to
id uuidrequired
the id of the tenant group
Responses
- 204
- 404
- 429
Deletion accepted
The MSSP or tenant group does not exist
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Rate limiting error
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Loading...