Skip to main content

Delete a Role

DELETE 

/roles/:id

This API deletes a Role by its ID. A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.

Request

Path Parameters

    id stringrequired

    ID of the Role

    Example: 2c91808a7813090a017814121e121518

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...