Deletes a platform role from the authenticated org.
Required permission
Os > Admin > Roles > Manage
Path parameters
roleId
string requiredID of the org role
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/org-roles/{roleId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}