Skip to main content
DELETE
Remove a workspace member

Authorizations

Authorization
string
header
required

Bearer token authentication

Headers

x-client-id
string<cuid>
required

The ID of the client

Example:

"cmf41ajzv003706un4i99q19z"

Path Parameters

id
string<cuid>
required

The ID of the item

Example:

"cmf41ajzv003706un4i99q19z"

Body

application/json

Workspace member remove

userId
string<cuid>
required

Identifier of the user that should be removed from the workspace.

Example:

"cmf41ajzv003706un4i99q1a0"

Response

Workspace member removed successfully

object
string
required

The type of the deleted object

Example:

"file"

deleted
boolean
required

Whether the object was deleted

Example:

true

id
string<cuid>
required

The ID of the deleted object

Example:

"cmf41ajzv003706un4i99q19z"