DELETE
/
space
/
{spaceId}
/
collaborators
curl --request DELETE \
  --url 'https://app.teable.io/api/space/%7BspaceId%7D/collaborators?principalId=SOME_STRING_VALUE&principalType=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Query Parameters

principalId
string
required
principalType
enum<string>
required
Available options:
user,
department