• Use this operation to delete a data credential by its unique identifier. To delete a credential by name instead of ID, set the byCredentialName query parameter to true.

    Parameters

    • qID: string

      The unique identifier of the credential.

    • query: { byCredentialName?: boolean }

      an object with query parameters

      • OptionalbyCredentialName?: boolean

        When true, the value of the credentialId in the query is interpreted as the credential's name rather than its unique identifier.

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataCredentials.DeleteDataCredentialHttpResponse>

    deleteDataCredential(
    "027d2703-e745-43ec-8876-a2e6ac341700",
    {
    byCredentialName: false
    }
    )

    DeleteDataCredentialHttpError