Skip to main content
DELETE
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
auctions
/
cancel
/
{auctionUuid}
Cancel Auction
curl --request DELETE \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/facilities/{facilityUuid}/auctions/cancel/{auctionUuid} \
  --header 'x-api-key: <x-api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://api.monument.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required
auctionUuid
string
required

Response

Auction canceled successfully

The response is of type boolean.