CalryOTA Docs
Collections

Remove listings from a collection

DELETE
/api/v1/collections/{id}/listings

Authorization

x-calry-api-key
x-calry-api-key<token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/api/v1/collections/string/listings" \  -H "Content-Type: application/json" \  -d '{    "listingIds": [      "string"    ]  }'
Empty