โŒDelete Identity

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

Delete Identity

DELETE {{baseUrl}}/identity-documents/:identity_id

Remove an Identity record by using their identity_id.

Path Parameters

NameTypeDescription

identity_id*

String

This is UUID for a specific Identity Record that gets generated and returned in the POST Create New Identity response.

```postman_json
{
    "deleted": [
        "9bba0b5c-3abc-45ed-b258-6e033aaf32b6"
    ]
}
```

Last updated