curl --request DELETE \
--url https://crypto.westminister.tech/api/v1/auth/customer/offers/{id} \
--header 'Authorization: Bearer <token>'{
"message": "offer deleted successfully"
}Soft-deletes an offer only when it belongs to the authenticated user.
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.