DELETE
/
v1
/
repo
/
{repo_id}
curl -X DELETE https://api.relace.ai/v1/repo/123e4567-e89b-12d3-a456-426614174000 \
  -H "Authorization: Bearer YOUR_API_KEY"
204 No Content

Path Parameters

repo_id
string
required
UUID of the repo to delete

Response

This endpoint returns no content on successful deletion.
curl -X DELETE https://api.relace.ai/v1/repo/123e4567-e89b-12d3-a456-426614174000 \
  -H "Authorization: Bearer YOUR_API_KEY"
204 No Content