Delete an operator role
x-ms-visibility: "important"
Delete an operator role by its ID.
Path Parameters
roleId int64 required
The ID of the operator role to delete.
Responses
- 204
- 400
- 401
The operator role was deleted successfully.
Exception details.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...