Skip to main content
DELETE
/
api
/
v2
/
opportunity
/
{opportunity_id}
Archive one opportunity
curl --request DELETE \
  --url https://api.example.com/api/v2/opportunity/{opportunity_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "error_type": "<string>",
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Reevo API key passed as Authorization: Bearer <api-key>.

Path Parameters

opportunity_id
string<uuid>
required

Response

Successful Response