Cancels a feed that has not yet finished processing

Placeholder — not yet implemented. Cancels the feed identified by feedId if it is still queued or in progress. Mirrors Amazon SP-API cancelFeed (DELETE /feeds/2021-06-30/feeds/{feedId}) so partners can generate a client against the final contract now. A feed that has already reached DONE or ERROR cannot be cancelled.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

feedIdstringRequired

Response

Cancellation accepted
feedIdstring
The feed that was requested to be cancelled
statusstring
Result of the cancellation request

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error