Sign in

Remove resource

documented

Remove an existing resource.

Resourcesno 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://www.planyo.com/rest/?method=remove_resource&api_key={{PLANYO_API_KEY}}&resource_name={{$resource_name}}&site_id={{$site_id}}&resource_id_md5={{$resource_id_md5}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"
Remove resource · planyo · OpenIntegrations