delete https://example.com/api/finance/v1/discounts/
This performs a soft delete. The Discount is not removed from the database
Log in to see full request history
Responses
200Deleted
404Not Found
This performs a soft delete. The Discount is not removed from the database
200Deleted
404Not Found
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/api/finance/v1/discounts/id
Try It!
to start a request and see the response here!