Skip to main content
DELETE
/
v1
/
companies
/
{companyId}
/
relationships
/
workspace
/
{workspaceId}
Remove workspace from company
curl --request DELETE \
  --url https://api.wellapp.ai/v1/companies/{companyId}/relationships/workspace/{workspaceId} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

companyId
string<uuid>
required

UUID of the company to remove workspace from

workspaceId
string<uuid>
required

UUID of the workspace to remove from the company

Response

Workspace relationship removed successfully

I