influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > OrgsAPI > postOrgsIDSecrets

OrgsAPI.postOrgsIDSecrets() method

Delete secrets from an organization. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostOrgsIDSecrets

Signature:

postOrgsIDSecrets(request: PostOrgsIDSecretsRequest, requestOptions?: RequestOptions): Promise<void>;

Parameters

Parameter Type Description
request PostOrgsIDSecretsRequest request parameters and body (if supported)
requestOptions RequestOptions (Optional) optional transport options

Returns:

Promise<void>

promise of response