cURL
curl --request DELETE \ --url https://apigcp.trynia.ai/v2/repositories/{repository_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Remove an indexed repository from your account
API key must be provided in the Authorization header
The ID of the repository to delete
Repository deleted successfully
The response is of type object.
object