Reject and close a negotiation
cURL
curl --request POST \ --url https://api.example.com/negotiations/{id}/reject
Documentation IndexFetch the complete documentation index at: https://docs.midasprotocol.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.midasprotocol.org/negotiations/nego-uuid/reject \ -H "Authorization: Bearer pp_your_key"
{ "id": "uuid", "status": "REJECTED", "currentOffer": { ... }, "updatedAt": "2026-01-01T00:00:00.000Z" }