Delete Role (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation deletes a role.
Path Parameters
- roleId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
response object[]
errorString stringerrorCode integer
{
"response": [
{
"errorString": "string",
"errorCode": 0
}
]
}
Loading...