Skip to main content
DELETE
/
api
/
dapp
/
bridge
/
flows
/
{srcHash}
Delete Bridge Flow
curl --request DELETE \
  --url https://backend-global.gains.trade/api/dapp/bridge/flows/{srcHash}
{
  "success": true,
  "data": {}
}

Endpoint

DELETE /api/dapp/bridge/flows/{srcHash} Deletes a bridge flow record.

Parameters

ParameterLocationRequiredTypeDescription
srcHashpathYesstringSource transaction hash.

Usage Example

curl -X DELETE "https://backend-global.gains.trade/api/dapp/bridge/flows/0xSOURCE_HASH"

Response Structure

The generated API panel lists the response schema for status codes: 200, 400, 404, 500. Error responses generally return an error or message field.

Path Parameters

srcHash
string
required

Source transaction hash.

Response

Successful response

success
boolean
data
object