Skip to main content
DELETE
/
api
/
v1
/
workspaces
/
{workspace_id}
/
members
/
{membership_id}
Remove a member from the workspace
curl --request DELETE \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/members/{membership_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

workspace_id
string
required
membership_id
string
required

Response

Successful Response

Last modified on March 22, 2026