Deleting Transfers
If you want to delete a transfer that you have previously submitted, you can call this endpoint to delete the transfer from our system. Note that you will only be able to delete transfers that you have created, and they must be in the awaiting_funds
state. You will not be able to delete transfers that are pending
or completed
.
Request
curl --location --request DELETE \
--url 'https://api.bridge.xyz/v0/transfers/<transfer_id>' \
--header 'Api-Key: <API Key>' \
--header 'Idempotency-Key: <Unique Idempotency Key>'
Response
{}
Updated 11 months ago