Delete Role
Delete a role from your workspace.
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
roleIdstringrequiredThe unique identifier of the role to delete.
Response Fields
successbooleanWhether the deletion was successful.
{
"success": true
}