Delete a security role
DELETE {{baseUrl}}/api/securityRoles/:id
Delete info for a security role with given Id. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You delete the security role using Delete /securityRoles/{id}.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |