Sign in

Delete repository

documented

Delete a repository on the Hub.

DELETE /api/repos/deleteRepositoriesno implementation yet0 runs
No 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}}\"}'
Delete repository · Hugging Face · OpenIntegrations