v21

OpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
Permissions

Delete a team permission definition

Delete a permission definition (the equivalent of deleting a permission on the Hexclave dashboard)

delete/team-permission-definitions/{permission_id}

Path parameters

permission_idstring required

The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, :, and _ characters, or one of the system permissions: $update_team, $delete_team, $read_members, $remove_members, $invite_members, $manage_api_keys

Example:read_secret_info

The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, :, and _ characters, or one of the system permissions: $update_team, $delete_team, $read_members, $remove_members, $invite_members, $manage_api_keys

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}