delete
https://{yourinstance}.makaira.io/productfeed/
Delete a product feed by ID
Deletes a product feed configuration by its ID.
Requires authentication.
Request
DELETE /productfeed/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the product feed to delete. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns an empty 200 OK response on success.
200OK

