Skip to main content
DELETE
/
v2
/
workspaces
/
members
Remove Member
curl --request DELETE \
  --url https://api.squarecloud.app/v2/workspaces/members \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspaceId": "<string>",
  "memberId": "<string>"
}
'
{
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorization
string
required
The API key for your account. You can find this in your account settings.
workspaceId
string
The ID of the workspace.
memberId
string
The member ID.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
{
  "status": "success"
}