Delete client
documentedDeletes a dynamic OAuth client.
DELETE /oauth2/v1/clients/{clientId}OAuth 2.0no 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://{{OKTA_DOMAIN}}/oauth2/v1/clients/{{$clientId}}" \
-X DELETE \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"