Skip to main content

Delete Role (Deprecated)

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation deletes a role.

More Details

Path Parameters
  • roleId string required
Responses

OK


Schema
  • response object[]
  • errorString string
  • errorCode integer
DELETE /role/:roleid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
roleId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Role/:roleId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'