docs
  1. Admin Api
  2. Resources
  3. Vouchers
  4. Delete Vouchers

Delete vouchers

Delete a voucher

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
voucherId
  • required
integer
Example:
1

Responses

204
Voucher was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/countries/{countryCode}/vouchers/{voucherId}

Request samples

Provide Feedback