DELETE /accounts/{account_id}/oauth_clients/{oauth_client_id}/rotate_secret

Removes the old client secret after a rotation, keeping only the new one. Use this after you have updated your client configuration to use the new secret. The has_rotated_secret field on the client indicates whether there is an old secret to delete.

Servers

Path parameters

Name Type Required Description
oauth_client_id String Yes
account_id String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.