Skip to main content
DELETE
/
api
/
v1
/
auth
/
customer
/
offers
/
{id}
Delete own offer
curl --request DELETE \
  --url https://crypto.westminister.tech/api/v1/auth/customer/offers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "offer deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Offer deleted

message
string