โŒDelete Account

You are able to remove a single Account Verification record from your Gathr database.

Delete Account Record

DELETE {{baseUrl}}/account-verifications/:account_verification_id

Remove a Customers Account record by using their account_verification_id.

Path Parameters

NameTypeDescription

account_verification_id*

String

This is the UUID for an Account Verification that is generated and returned in the POST Create New Account Verification response.

```postman_json
{
    "deleted": [
        "3e4d90d0-4a71-4145-b602-56c19a9607d4"
    ]
}
```

Last updated