Delete an administrator role
/portal/v1/accounts/{accountSlug}/admin-roles/{adminRoleId}Authentication
Bearer Token
AuthorizationJWT access token. Never send alongside X-API-Key: a request carrying both is refused.
Path Parameters
adminRoleIdstring Required Responses
Administrator role deleted
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X DELETE "https://auth.canopy-io.com/portal/v1/accounts/{accountSlug}/admin-roles/value" \ -H "Authorization: Bearer $CANOPY_TOKEN"
HTTP/1.1 204 Administrator role deleted (empty body)
Tell us how we can improve this guide.