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
The response is of type object.
object