Delete many deals

Deletes many deals by their IDs in a single request. This operation cannot be undone.

DELETE
/v1/deals/many

Authorization

apiKeyAuth
x-api-key<token>

API key authentication. Create an API key in your user profile and include it in the x-api-key header.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/deals/many" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "497f6eca-6276-4993-bfeb-53cbbbba6f08"    ]  }'
[
  "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
"string"
"string"
"string"
"string"