# Dismiss already fetched feed-entries Dismiss already fetched feed-entries, so they will not be part of future responses. Endpoint: DELETE /api/2/v/contracts/{contractId}/feeds/{feedId}/export/delta Version: 0.0.7228 Security: BasicAuth, BearerAuth ## Path parameters: - `contractId` (string, required) Unique identifier of the contract Example: "qbcxvb" - `feedId` (string, required) ID of the feed ## Response 200 fields (application/json): - `contractId` (string) - `csvDecimalSeparator` (string) - `csvSeparator` (string) - `deltaUrl` (string) - `fields` (array) - `fields.default` (string) - `fields.label` (string) - `fields.name` (string) - `format` (string) - `id` (string) - `lastAccessed` (string) - `lastDeletion` (string) - `url` (string) - `version` (integer)