Skip to content
OpenPostDocs
OpenPostDocs
Workspaces

Permanently remove a workspace member

Removes workspace access. The last active administrator cannot be removed.

DELETE/workspaces/{id}/members/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Workspace ID

user_id*string

Workspace member user ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/workspaces/string/members/string"
{  "$schema": "https://example.com/api/v1/schemas/RemoveWorkspaceMemberOutputBody.json",  "removed": true}