Constructors

Methods

  • Deletes a schema. Any existing records of this schema must be deleted first. Otherwise this call will fail. Delete a schema

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Removes an existing association from a schema. Remove an association

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • associationIdentifier: string

      Unique ID of the association to remove.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Removes an existing association from a schema. Remove an association

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • associationIdentifier: string

      Unique ID of the association to remove.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>

  • Deletes a schema. Any existing records of this schema must be deleted first. Otherwise this call will fail. Delete a schema

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>