Guests
Remove Guest From Workspace
Revoke a guest's access to a Workspace.
Note: This endpoint is only available to Workspaces on our Enterprise Plan.
delete/v2/team/{team_id}/guest/{guest_id}
Path parameters
team_idnumber required
Example:123
Workspace ID
guest_idnumber required
Example:403
Response
Example response
{
"team": {
"id": "333",
"name": "Team Name",
"color": "#8D00D4",
"avatar": null,
"members": []
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.