Verdocs - Developer Documentation
ReferenceRest APIApi docsRoles

Delete a role.

DELETE
/v2/roles/{template_id}/{role_name}

Path Parameters

template_id*string

The template ID.

Formatuuid
role_name*string

The role name to delete.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.verdocs.com/v2/roles/TEMPLATE_ID/ROLE_NAME" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
"string"
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}