Skip to main content
DELETE
/
opportunity-lead-sources
/
{id}
Delete an opportunity lead source
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/opportunity-lead-sources/{id} \
  --header 'Authorization: Bearer <token>'
A classification for tracking how an opportunity was sourced.

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 lead source uuid.

Response

204