Skip to main content
DELETE
/
opportunity-stages
/
{id}
Delete an opportunity stage
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/opportunity-stages/{id} \
  --header 'Authorization: Bearer <token>'
A stage in the sales process used to track the progress of an opportunity.

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 opportunity stage uuid

Response

204