Skip to main content
DELETE
/
opportunities
/
{id}
Delete Opportunity
curl --request DELETE \
  --url https://services.leadconnectorhq.com/opportunities/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "succeded": true
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

id
string
required

Opportunity Id

Example:

"yWQobCRIhRguQtD2llvk"

Response

Successful response

succeded
boolean
Example:

true

Last modified on March 4, 2026