Trillet AI logo

Delete Role

Delete a role from your workspace.

DELETEhttps://api.trillet.ai/v1/api/roles-and-permissions/roles/{roleId}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

roleIdstringrequired

The unique identifier of the role to delete.

Response Fields

successboolean

Whether the deletion was successful.

{
  "success": true
}