DELETE
/
v1
/
workspaces
/
{workspace_id}
/
members
/
{user_id}
curl --request DELETE \
  --url https://api.ziplink.click/v1/workspaces/{workspace_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

ID of the workspace.

Example:

"ab782971-4d79-47ab-8685-77cf5a34b2bb"

user_id
string
required

ID of the user.

Example:

"ab782971-4d79-47ab-8685-77cf5a34b2bb"

Response

204

No Content