Delete Roles
DELETE
https://Example-Server.com/be/v1/roles/{roleName}
Last modified:2025-05-07 10:44:24
Required Permissions
roles.delete
Request
Path Params
roleName
string
required
Example:
exampleRole
Header Params
x-rockit-beauth-token
string
optional
POST /be/v1/auth
) or API key (POST /be/v1/apikeys
) Mutually excluded with
x-rockit-api-key
.Example:
{{_edge_org_admin_beauth_token}}
x-rockit-orgname
string
optional
Requires
x-rockit-username
and x-rockit-api-key
.Example:
{{EDGE_ORG_NAME}}
x-rockit-username
string
optional
Requires
x-rockit-orgname
and x-rockit-api-key
.Example:
adminPrincipal
x-rockit-api-key
string
optional
Mutually excluded with
x-rockit-beauth-token
. Requires x-rockit-username
and x-rockit-orgname
.Example:
{{_adminPrincipal_apiKey}}