{}
{"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION","message": "Additional details about error are not static and can be changed"}
auth.tokenNotFound
, auth.tokenExpired
, auth.tokenInvalid
, auth.tokenRequired
.{"code": "auth.tokenNotFound"}
This is unexpected response, something is wrong on our side, please contact: help@whisk.com
{"product_ids": ["5fe5a94f642e29bec369c986", "5fe5a94e642e29bec369c92f"],"integration_id": "e07032d4-ab74-4736-ae84-57091fae6210"}
You can add a list of product identifiers in the product_ids
array to delete them in a batch.
curl -X DELETE "https://api.studio.whisk.com/products/v1/delete/batch"-H "Accept: application/json"-H "Authorization: Bearer <YOUR-API-ACCESS-KEY>"-H "Content-Type: application/json"-d "{ \"product_ids\": [ \"5fe5a94f642e29bec369c986\", \"5fe5a94e642e29bec369c92f\" ], \"integration_id\": \"e07032d4-ab74-4736-ae84-57091fae6210\"}"
Note: Whisk allows you to discover and understand its API capabilities on the Swagger interface with the ability to try out the API calls directly in your browser. You can call this endpoint here.
{}