Skip to main content
DELETE
/
opportunities
/
{id}
Delete an opportunity
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/opportunities/{id} \
  --header 'Authorization: Bearer <token>'
A potential business deal within a company, typically with an associated revenue value and sales details like stage, owner, probability, and expected close date.

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 uuid

Response

204