Skip to main content
DELETE
/
company-spend-tiers
/
{id}
Delete a company spend tier
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/company-spend-tiers/{id} \
  --header 'Authorization: Bearer <token>'
A tier used to categorize companies based on their annual spend.

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 spend tier uuid

Response

204