Home
Documentation
Resources
Certifications
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Community

Get the latest news, ask others for help and share your knowledge.

Cancel agreement - Agreements - Mercado Pago Developers

Intelligent search powered by OpenAI 

Cancel agreement

DELETE

https://api.mercadopago.com/v2/wallet_connect/agreements/{agreement_id}
Endpoint to cancel an agreement by id. An agreement is an authorization link that the buyer receives to allow the seller to access their Mercado Pago wallet to debit the payment. You will need to cancel an agreement when the vinculation flow has ended.
Request's parameters
PATH
agreement_id
string

REQUIRED

Unique ID that identifies an agreement.
QUERY
client.id
number
Unique ID that identifies a client
HEADER
x-platform-id
string
Field intended for platforms or modules that offer Mercado Pago in their solutions.
Response parameters
Esta solicitação não tem resposta
Errors

400Error

400

Bad-Request

404Error

404

Not-Found

500Error

500

Error

Request
curl -X DELETE \
    'https://api.mercadopago.com/v2/wallet_connect/agreements/{agreement_id}?client.id=1451895580758649'\
    -H 'Content-Type: application/json' \
       -H 'x-platform-id: YOUR_PLATFORM_ID' \
       -H 'Authorization: Bearer TEST-5599*********291-02171*********139a4791e*********f7f5835-1*********' \
    
Sample answer
// This request has not been responded to.