Delete
- DEL
- /workspaces
- /:workspace
- /members
- /:member_id
Remove a member from the workspace
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/members/:member_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 Workspace member deleted successfully