DELETE
/
apps
/
{id}
/
delete-app
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"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The id of the app to delete

Response

200
application/json

App deleted successfully

The response is of type object.