Invoke > Unpublishing Application Integration assets in bulk
Unpublishing Application Integration assets in bulk
You can use the unpublish resource to unpublish a single Application Integration asset or multiple Application Integration assets simultaneously and save time. You can unpublish processes, guides, app connections, and service connectors in bulk.
The assets are unpublished in the same order as given in the request payload. You can unpublish a maximum of 199 assets at a time.
1In a REST client, use a POST request with the following URL:
<Cloud Application Integration POD URL>/active-bpel/asset/v1/unpublish
For example: https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/unpublish
2Add the following headers:
Key
Value
Accept
application/vnd.api+json
Content-Type
application/vnd.api+json
INFA-SESSION-ID
Use the login resource to get the session ID. For more information about the login resource, see REST API Reference in the Data Integration help.
3In the body, use the assetPaths attribute to specify one or more locations and names of the Application Integration assets that you want to unpublish.