DeleteByIds
Delete coupon by coupon ids.
Header parameters
Content-TypestringOptionalExample:
application/json
Body
objectOptionalExample:
{"ids":["<integer>","<integer>"],"ignoreInvalidCoupons":"<boolean>"}
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
POST /V1/coupons/deleteByIds HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 68
{
"ids": [
"<integer>",
"<integer>"
],
"ignoreInvalidCoupons": "<boolean>"
}
{
"failed_items": [
"consequat ex veniam a",
"aliquip Excepteur cillum esse occaecat"
],
"missing_items": [
"ex minim",
"ad cupidatat"
]
}