Waiting for engine...
Skip to main content

useDeleteIntegrationPackInstance()

useDeleteIntegrationPackInstance():

{ deleteIntegrationPackInstance, isLoading, error }

Provides an imperative deleteIntegrationPackInstance function that removes an integration pack instance by ID.

Throws

If the Boomi client or required context is missing, or if the ID is not provided.

Returns

Hook API with the delete function and request state.

isLoading
boolean

error
string

deleteIntegrationPackInstance()

Deletes the specified Integration Pack Instance.

deleteIntegrationPackInstance: (integrationPackInstanceId: string) => Promise<boolean>

Parameters

integrationPackInstanceId
string The ID of the instance to delete.

Returns

Promise<boolean>

Resolves true on success, false on failure.

Throws

When Boomi/context is not initialized or the ID is missing.

On this Page