Delete specific import by ID

Method: DELETE

URL: https://pim-client.wizart.ai/api/v2.1/imports/:importId

Authorization: Type: Bearer Token, Token: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

Headers: Accept: application/json

CURL:

curl --location --request DELETE 'https://pim-client.wizart.ai/api/v2.1/imports/:importId' \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }