Our Python SDK got smarter. We developed a Typscript SDK too. We are updating our SDK code blocks. Python SDKhere.Typscript SDKhere.
Description
Patronus AI APIEvaluations

Delete Apps

Permanently deletes the specified application(s) and all associated data.

This operation performs a hard delete: no soft-delete mechanism is used, so once executed, the app, its logs, and its traces are completely removed and cannot be recovered.

If app is provided, only that specific application is deleted; otherwise, all apps under the given project are removed.

Returns: HTTP 204 No Content on success (no response body).

DELETE
/v1/apps
/v1/apps

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Query Parameters

project_id
Required
Project Id

Format: "uuid"

appApp

curl -X DELETE "https://api.patronus.ai/v1/apps?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&app=string" \
  -H "X-API-KEY: <token>"

Successful Response