Delete

  • DEL
  • /workspaces
  • /:workspace
  • /members
  • /:member_id

Remove a member from the workspace

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequiredstring
The human-readable ID of the workspace

Example: "my-company"

member_idrequiredinteger
The ID of the member

Example: 216

Last modified on Jan 26, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/members/:member_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Workspace member deleted successfully