Sign in

Delete organizations

documented

Delete specified organizations.

GET /api/delete_organizationsOrganizationsno 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://{{$base_url}}/api/delete_organizations?api_version={{api_version}}&api_key={{CYPHERLEARNING_API_KEY}}&organization_ids[]={{$organization_id1}}&organization_ids[]={{$organization_id2}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"