Unassign listings from promotion
Promotions
Unassign listings from promotion
Removes specific listings from a promotion
PUT
Unassign listings from promotion
Documentation Index
Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Optional tenant ID to specify which tenant to operate as. Controls access to promotions and their associated listings. If not provided, the default tenant will be used.
Path Parameters
ID of the promotion to unassign listings from
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Array of listing IDs to assign to the promotion
Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174000"
]Response
Listings unassigned from promotion successfully
The response is of type string.
Example:
"Unassigned 5 listings from promotion 123e4567-e89b-12d3-a456-426614174000"