cURL
curl --request DELETE \ --url https://apps-studio.thena.ai/apps/{id}/delete-app \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "App deleted successfully", "appDetails": { "name": "My App", "description": "App description", "deletedAt": "2023-11-07T05:31:56Z" } }
Soft deletes an app from the system
The id of the app to delete
App deleted successfully
Status of the delete operation
"success"
Message describing the result of the operation
"App deleted successfully"
Details of the deleted app
Show child attributes