Delete Exclusion
DELETE/account/settings/exclusions/:id
Soft-deletes an exclusion (ip, coupon, or sku) by setting its status to
DISABLED. The type must be supplied as a query parameter to identify
which exclusion table owns the given id.
Request
Responses
- 204
- 401
- 404
- 422
- 500
Exclusion deleted successfully
Authentication required
Exclusion not found
Invalid type
Internal server error