# Delete application data entry Permanently deletes a data entry from the application storage. The user must have manage permissions for the data owner. This operation cannot be undone. All associated metadata including tags and type information is also removed. Endpoint: DELETE /api/v1/apps/{appId}/data/{id} Version: 1.0 Security: header ## Path parameters: - `appId` (string, required) Application ID that owns this data. Must match the data's application. Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `id` (string, required) Data entry ID to delete. Must be a valid APP_DATA type TypeId. Example: "us_01hxcvk1hjexere4pvtrj0ymqq" ## Response 400 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation