Delete User API Key
documentedDelete a reseller user's API key.
Reseller Managementno 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://api.txtlocal.com/delete_user_apikey/" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "apiKey={{TEXTLOCAL_API_KEY}}&user_api_key={{$user_api_key}}"