Skip to main content
POST
/
autoramp-flow
/
delete
Delete autoramp flow
curl --request POST \
  --url https://ramp-sandbox.hexarails.ai/autoramp-flow/delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "id": "uuid-12345"
}
'
{
  "status": "SUCCESS",
  "data": "<unknown>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
id
string
required

Flow ID

Example:

"uuid-12345"

Response

Delete autoramp flow successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
any | null
required

Response data