cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/bulk-delete \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "id": "<string>", "type": "repository" } ] } '
{ "deleted": 123, "failed": 123, "results": [ { "id": "<string>", "type": "<string>", "success": true, "error": "<string>" } ] }
Delete multiple resources in a single request. Supports repositories, documentation, research papers, contexts, and local folders.
Request for bulk deletion
Items to delete
1
Show child attributes
Successful Response
Response for bulk deletion
Number of successfully deleted items
Number of failed deletions
Per-item results
Was this page helpful?