curl --request DELETE \
--url http://localhost:3333/v1/roles/{roleId} \
--header 'X-API-Key: <api-key>'{
"success": true,
"message": "<string>"
}Delete a custom role. Cannot delete if members are still assigned to it.
curl --request DELETE \
--url http://localhost:3333/v1/roles/{roleId} \
--header 'X-API-Key: <api-key>'{
"success": true,
"message": "<string>"
}Was this page helpful?