Skip to main content
DELETE
/
v2
/
opportunities
/
{opportunityId}
cURL
curl --request DELETE \
  --url https://revive-api-v2-production.herokuapp.com/v2/opportunities/{opportunityId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contactId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

opportunityId
string
required

Body

application/json
contactId
string

Response

200

Success