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"
}

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