useDeleteIntegrationPackInstance()
useDeleteIntegrationPackInstance():
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.
deleteIntegrationPackInstance()
Deletes the specified Integration Pack Instance.
deleteIntegrationPackInstance: (integrationPackInstanceId: string) => Promise<boolean>
Parameters
Returns
Resolves true on success, false on failure.
Throws
When Boomi/context is not initialized or the ID is missing.
Was this topic helpful?