How can we help?

Searching:

0 results found

Roles/Delete

DELETE odata/roles/[id]

Description

Deletes a specific Role based on its roleId.

See the following for request and response details ‒

See Also

Request ‒ Roles/Delete

Property Type Description
id String This is the unique identifier automatically assigned by Axonize when a Role is created. This id is returned in the response of the Roles/Post.

Example JSON Roles/Delete Request

curl -X DELETE \

  https://api.dev.axonize.com/odata/Roles/9939D515-852A-4CAB-A676-6C214CB09A47 \

  -H ‘Accept: application/json, text/plain, */*’ \

  -H ‘Accept-Language: en-US,en;q=0.9’ \

  -H ‘Content-Type: application/json’ \

  -H ‘appId: 289a7624-c590-4b4c-b15a-7801d8902ce9’ \

  -H ‘cache-control: no-cache’ \

Response ‒ Roles/Delete

Example JSON Roles/Delete Response

Status 200 – OK