Skip to main content
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 with end_users:write scope.

Path Parameters

id
string
required
The end user’s unique identifier (e.g., eu_abc123).

Response

Returns 204 No Content on success.

What Gets Deleted

When you delete an end user, the following data is permanently removed:
This operation cannot be undone. All data associated with the end user is permanently deleted. Make sure to confirm with your user before proceeding.

Compliance Use Cases

GDPR Right to Erasure

When a user requests deletion under GDPR Article 17:

HIPAA Compliance

For healthcare applications, this endpoint supports patient data deletion requirements. Ensure you also maintain appropriate audit logs in your system.