End Users
Delete End User
Permanently delete an end user and all associated data
DELETE
Permanently delete an end user and all associated data including recordings, transcriptions, and device bindings. This operation is irreversible and supports compliance requirements (e.g., GDPR right to deletion, HIPAA).
Authentication
Requires an API key withend_users:write scope.
Path Parameters
The end user’s unique identifier (e.g.,
eu_abc123).Response
Returns204 No Content on success.
What Gets Deleted
When you delete an end user, the following data is permanently removed:| Resource | Action |
|---|---|
| End user record | Deleted |
| All recordings | Deleted (audio files and metadata) |
| All transcriptions | Deleted |
| All summaries | Deleted |
| Device bindings | Unbound (devices return to unbound status) |

