Skip to main content
POST
https://ingest-{integration-id}.frontic.com
/
{feed-id}
/
delete
{
  "id": "product-123"
}
{
  "correlation-id": "44e0g8f9-4c84-6g30-a3c7-55e429ff189f"
}
Remove one or more records from your data feed permanently.

Path Parameters

integration-id
string
required
Your integration identifier. Found in the Frontic dashboard under integration settings.
feed-id
string
required
The unique identifier for your data feed.

Request Body

Send a single record object or an array of record objects for bulk deletion.
id
string
required
The source ID of the record to delete.

Response

correlation-id
string
required
Unique identifier to track this deletion through the processing pipeline.
{
  "id": "product-123"
}
{
  "correlation-id": "44e0g8f9-4c84-6g30-a3c7-55e429ff189f"
}