Skip to main content
POST
/
api
/
v1
/
tenants
/
remove-imported-listings
Remove multiple imported listings
curl --request POST \
  --url https://api.example.com/api/v1/tenants/remove-imported-listings \
  --header 'Content-Type: application/json' \
  --header 'x-calry-api-key: <api-key>' \
  --data '
{
  "listingIDs": [
    "<string>"
  ]
}
'

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

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

Body

application/json
listingIDs
string[]
required

List of listing IDs to remove from imports

Response

Result of removal operation with successful and failed removals