You are able to remove an Identity Record record from your Gathr database.
Last updated 1 year ago
Was this helpful?
DELETE {{baseUrl}}/identity-documents/:identity_id
DELETE
{{baseUrl}}/identity-documents/:identity_id
Remove an Identity record by using their identity_id.
identity_id
identity_id*
String
This is UUID for a specific Identity Record that gets generated and returned in the response.
```postman_json { "deleted": [ "9bba0b5c-3abc-45ed-b258-6e033aaf32b6" ] } ```
```postman_json { "errors": { "code": "entity_not_found", "message": "Record not found in module_identity_documents" } } ```