Catalog identifier whose variants should be deleted.
Catalog variants delete accepted for processing
{
"catalog_id": 123,
"status": "accepted",
"message": "Catalog variants delete accepted for processing",
"event_id": "550e8400-e29b-41d4-a716-446655440000",
"operation": "delete",
"accepted_at": 1783502993000
}Unique generated UUID assigned to the event and preserved throughout its whole lifecycle. The event_id is used in logs and is also sent back to the client with webhook events when webhooks are configured, so clients are advised to log/save it on their side.
Catalog variants delete was rejected during validation.
{
"catalog_id": 123,
"status": "failed",
"message": "Catalog variants delete failed: Product Catalog by catalogId 123 not found",
"operation": "delete",
"accepted_at": 1783502993000
}Unique generated UUID assigned to the event and preserved throughout its whole lifecycle. The event_id is used in logs and is also sent back to the client with webhook events when webhooks are configured, so clients are advised to log/save it on their side.
Catalog variants delete failed unexpectedly.
{
"message": "Unexpected error while processing request",
"httpStatus": 500,
"errorCode": "500 Internal Server Error",
"timestamp": "2026-07-08T12:00:00Z"
}Unique generated UUID assigned to the event and preserved throughout its whole lifecycle. The event_id is used in logs and is also sent back to the client with webhook events when webhooks are configured, so clients are advised to log/save it on their side.