Overview#
Permanently delete a data token and its associated data from all storage devices. This operation is irreversible and immediately revokes access to the token.Delete Data#
Endpoint: POST /data-token/delete-storage-dataContent-Type: application/x-www-form-urlencodedRequest Parameters#
| Parameter | Type | Required | Description |
|---|
dataToken | string | Yes | The token identifier to delete |
Use Case#
Use this endpoint to permanently remove a data token and its encrypted data from the system. Deletion:Removes the token from your profile
Deletes encrypted data from all registered storage devices
Prevents any future data retrieval using the token
Cannot be reversed - data is permanently lost
This is useful for data lifecycle management, compliance with data retention policies, or revoking access to sensitive information.Deletion is permanent and irreversible
Data is removed from all devices storing it
The token becomes invalid immediately after deletion
Any attempts to retrieve data using the deleted token will fail
Use with caution - deleted data cannot be recovered