CalryOTA Docs
Tenant

Remove multiple imported listings

Remove multiple imported listings from the current tenant

POST
/api/v1/tenants/remove-imported-listings

Authorization

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

In: header

Header Parameters

x-calry-tenant-id?string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/tenants/remove-imported-listings" \  -H "Content-Type: application/json" \  -d '{    "listingIDs": [      "string"    ]  }'
Empty
Empty