Skip to main content
DELETE
https://finsync.ar
/
api
/
operations
/
{id}
Cancel a pending operation
curl --request DELETE \
  --url https://finsync.ar/api/operations/{id} \
  --header 'x-api-key: <api-key>'
{
  "operation_id": 123,
  "message": "Operation cancelled successfully",
  "cancelled_transactions": 2
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
integer
required

Operation ID to cancel

Response

Operation cancelled successfully

operation_id
integer

ID of the cancelled operation

message
string

Success message

cancelled_transactions
integer

Number of transactions that were cancelled