Delete an exported chat file
DELETE/auth/chats/exported-chat/:chat_id
Deletes a specific exported chat ZIP file from blob storage and its database record.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success - Blob deleted successfully.
Missing chat id or data_id / Bad request, exported chat id is required
Unauthorized Access
Unauthorized - You do not have permission to delete this export
Internal Server Error during deletion