โŒDelete Address Document

You are able to remove an Address Document Record record from your Gathr database.

Delete Address Document

DELETE {{baseUrl}}/address-documents/:address_document_id

Remove a Customers Address record by using their address_document_id

Path Parameters

NameTypeDescription

address_document_id*

String

This is the UUID for an Address Document that gets generated and returned in the POST Create Address Document response.

```json
{
    "deleted": [
        "{{addressDocumentId}}"
    ]
}
```

Last updated