Delete a Role

Deletes a role from the system

Sample Call

curl --request DELETE \
     --url https://api.bigpanda.io/resources/v2.1/roles/60c5238222fa63633d95555f \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
curl --request DELETE \
     --url https://eu-api.bigpanda.io/resources/v2.1/roles/60c5238222fa63633d95555f \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
Language