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
}

Documentation Index

Fetch the complete documentation index at: https://docs.synctera.com/llms.txt

Use this file to discover all available pages before exploring further.

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

The unique resource identifier

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Gateway Config Object was successfully deleted