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/appsAuthorization
X-API-KEY<token>
In: header
Query Parameters
project_idRequiredProject Id
Format:
"uuid"appApp
Successful Response
