cURL
curl --request DELETE \ --url https://api.synctera.com/v1/autopay_configs/{autopay_config_id} \ --header 'Authorization: Bearer <token>'
{ "code": "BAD_REQUEST_BODY", "detail": "Missing required fields: first_name, dob", "status": 400 }
🚧 Beta This is a Beta endpoint. Feedback from the community is welcome. We may make breaking changes to this endpoint.
Delete an autopay configuration by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Autopay configuration ID
Autopay configuration deleted successfully
Was this page helpful?