Delete an Opportunity
ENDPOINT
DELETE https://api.codecoogs.com/v1/opportunities?id=
To hide an opportunity without losing it, set is_active to false with Update an Opportunity instead.
URL Parameters
id Required
A UUID for the object.
Body Parameters
No parameters.
Returns
Returns a success status after successful opportunity deletion. This call returns a success status and an error message if something goes wrong.