Delete repository
documentedDelete a repository on the Hub.
DELETE /api/repos/deleteRepositoriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://huggingface.co/api/repos/delete" \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{HUGGINGFACE_API_KEY}}" \
-d '{\"type\": \"{{$type}}\", \"name\": \"{{$name}}\", \"organization\": \"{{$organization}}\"}'