Delete

  • DEL
  • /workspaces
  • /:workspace
  • /permissions
  • /:permission_set_id

Deletes a custom permission set. Restricted to admins only.

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequiredstring
The workspace name.
permission_set_idrequiredinteger
The numerical ID of the desired permission set.

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/permissions/:permission_set_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent