The DEL /v1/intents endpoint allows you to cancel multiple intents in a single request.
Endpoint
DEL https://snipe.merkle.io/v1/intents
Body
The request body must contain an array of intent IDs to delete.
{ "ids": ["uuid1", "uuid2"] }
ids
string[]
Yes
An array of unique intent IDs to delete.
Success Response
Status: 200 OK All intents in the provided list were successfully canceled.
200 OK
Last updated 1 year ago
Was this helpful?