Skip to main content
DELETE
/
v1
/
companies
/
{id}
Delete a company
curl --request DELETE \
  --url https://api.wellapp.ai/v1/companies/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

UUID of the company to delete

Response

Company deleted successfully

I