Skip to main content
DELETE
/
ach
/
gateways
/
{id}
Delete Gateway Endpoint Configuration by ID
curl --request DELETE \
  --url https://api.synctera.com/v2/ach/gateways/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST_BODY",
  "detail": "missing required fields: first_name, dob",
  "status": 400,
  "title": "Bad Request Body",
  "type": "https://dev.synctera.com/errors/bad-request-body"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Transaction ID

Example:

"472341e0-ea3e-41a1-96bc-fd0185e1eac8"

Response

Gateway Config Object was successfully deleted