Delete Discount
Intent
Removes the discount.
When to call it
Call this only after your application has identified the discount that should be removed.
Access boundary
Authorize the request with a token that carries discounts:write.
Successful result
A successful request returns 204 without a response document.
DELETE
Delete Discount
Previous
Read Custom Field### Intent
Reads the custom field without changing it.
### When to call it
Call this after your application has received or stored the identifier for the custom field.
### Access boundary
Authorize the request with a token that carries `custom_fields:read` or `custom_fields:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Discount