❌Delete Address Document
You are able to remove an Address Document Record record from your Gathr database.
Delete Address Document
Path Parameters
Name
Type
Description
```json
{
"deleted": [
"{{addressDocumentId}}"
]
}
``````json
{
"errors": {
"code": "entity_not_found",
"message": "Record not found in module_address_documents"
}
}
```Last updated
Was this helpful?