Skip to main content
DELETE
/
opportunities
/
{id}
Delete opportunity
curl --request DELETE \
  --url https://flozy-backend-1042419926531.us-central1.run.app/api/v1/external/opportunities/{id} \
  --header 'X-API-Key: <api-key>'
{
  "http_code": 200,
  "status": "success",
  "message": "Opportunity deleted"
}

Authorizations

X-API-Key
string
header
required

Your Flozy API key. Starts with flz_live_.

Path Parameters

id
integer
required

Response

Opportunity trashed.