Delete project member

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

Removes a user from a project. Restricted to administrators.

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequiredstring
The workspace name.
project_namerequiredstring
The name of the project.
member_idrequiredinteger
The numerical ID of the desired user.

Last modified on Jan 19, 2026

Request example

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

Response

STATUS
204 NoContent