cURL
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" }
Use this to permanently remove Gateway Configuration and disable Auth Flow for Fintech (Tenant)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction ID
"472341e0-ea3e-41a1-96bc-fd0185e1eac8"
Gateway Config Object was successfully deleted
Was this page helpful?