Deactivate app
documentedDeactivates the app, removing it from the app navigator.
POST /app/{app_id}/deactivateApplicationsno 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://api.podio.com/v1/app/{{$app_id}}/deactivate?oauth_token={{OAUTH2_ACCESS_TOKEN}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json"