Skip to main content
DELETE
https://api.memcontext.in
/
api
/
workspaces
/
{workspaceId}
/
members
/
{memberId}
Remove workspace member
curl --request DELETE \
  --url https://api.memcontext.in/api/workspaces/{workspaceId}/members/{memberId} \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

API key created from the MemContext dashboard. Keys are prefixed with mc_.

Path Parameters

workspaceId
string<uuid>
required
memberId
string<uuid>
required

Response

200 - application/json

Member removed.

success
boolean
required