# Batch delete prices **DELETE /v2/api/prices/batch** Deletes prices for multiple SKUs in the specified price list. ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Parameters ### Body: application/json (object) Price list external ID and keys to delete - **keys** (array[string]) Keys to delete prices for - **listExternalID** (string) ID of Price list in external platform - **season** (string) Season that the key belong to. Only used for product versioning. ## Responses ### 200 OK #### Body: application/json (array[object]) - **message** (string) - **reference** (string) - **referenceField** (string) - **statusCode** (integer) ### 400 Bad request - invalid input #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### default All errors will return the same object with a describing code & message #### Body: application/json (array[object]) - **message** (string) - **reference** (string) - **referenceField** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)