Skip to main content
DELETE
/
company-types
/
{id}
Delete a company type
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/company-types/{id} \
  --header 'Authorization: Bearer <token>'
A classification used to categorize companies within the pipeline.

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 type uuid

Response

204