Skip to main content
DELETE
/
companies
/
{id}
Delete a company
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/companies/{id} \
  --header 'Authorization: Bearer <token>'
An organization with which you have a history of communication or business, such as a potential client or partner. Each company can be linked to one or more contacts.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The company uuid

Response

204