Delete Analysis
Deprecated
Soft delete an analysis by marking the associated message as deleted.
The analysis will no longer appear in list queries.
Request Code Samples
curl --location --request DELETE 'https://sgtr-rai-api.returning.ai/api/v1/apis/v1/analysis/507f1f77bcf86cd799439022'
Responses
application/json
Analysis deleted successfully
{
"status": "success",
"message": "Analysis deleted successfully"
}
Modified at 2026-04-09 08:40:00