Bellwork
OpportunitiesVerdicts

Put an opportunity back

Removes the verdict, so the opportunity is open again. Not an error if it was already open.

DELETE
/opportunities/verdicts

Removes the verdict, so the opportunity is open again. Not an error if it was already open.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

project_id*string

Project the verdict belongs to

Formatuuid
opportunity_id*string

Opportunity to put back

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/opportunities/verdicts?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&opportunity_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {
    "opportunity_id": "5c7fee95-8917-4b3c-8649-bbbc4ef0c4f7",
    "verdict": null
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
Empty
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}