Skip to main content
DELETE
/
companies
/
{id}
Delete company
curl --request DELETE \
  --url https://api.weav.com/v1/companies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Error message",
  "code": "UNAUTHENTICATED",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Workspace API token. Include abilities external-api:read and/or external-api:write.

Path Parameters

id
string<uuid>
required

Response

Company deleted