Boomi Platform Connector API Reference (1.0.0) - ConnectorPendingRelease
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
Cancel a pending release for either PUBLIC or PRIVATE classifications.
Features and Privilegs
To cancel a pending release using this API, the account that would like to submit this request must have the SDK Publisher Agreement signed.
If you want to cancel a PRIVATE connector for a pending release, you need the DEVELOPER privilege on the account.
To cancel a PUBLIC connector for a pending release and if you are the owner of the account, you need to have the CONNECTOR_SUBMISSION feature.
To cancel a PUBLIC connector for a pending release and if you are NOT the owner of the account, you need to have the CONNECTOR_ADMINISTRATION feature.
Cancel a pending release for a public or private connector
Use this operation to cancel a pending release for either PUBLIC or PRIVATE classifications.
Authorizations:
Request Body schema: optional
| classificationType required | string The name of the classification type of the connector that currently has a pending release scheduled. |
Responses
Request samples
- Payload
{- "classificationType": "test-user-connec-prod"
}Response samples
- 403
- 410
- 503
{- "message": "Access denied due to insufficient permissions."
}