Escrow Offer Guide :: Cancelling an Auction
Cancelling an Auction
This endpoint can be used to cancel an auction. This action should be performed by the seller.
- cURL
- Python
- Ruby
- PHP
- C#
1 2 3
curl "https://api.escrow.com/integration/2018-08-01/auction/2d2afb9f-364f-4f9f-82a5-803344d60432" \ -X DELETE \ -u "email-address:your-api-key" \