DELETE
/
v1
/
bid-intents
/
{id}
Cancel bid
curl --request DELETE \
  --url https://api.getmany.io/service/v1/bid-intents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Bid intent ID

Response

200 - application/json

Successful response

The response is of type object.