DELETE
/
repositories
/
{repository_id}
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/repositories/{repository_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

repository_id
string
required

The ID of the repository to delete

Response

200
application/json

Repository deleted successfully

The response is of type object.