Boomi Platform Connector API Reference (1.0.0) - ConnectorPendingRelease
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
| Sunset | string The approximate date the API Object will be removed |
| Warning | string Informative header describing a warning that appeared due to your API call |
| Deprecation | string Indicates that the api you are using is deprecated and will be removed at some point. Includes the date that this was initially deprecated. |
| Link | string A hyperlink indicating a site with more information about the deprecation of this object |
Request samples
- Payload
{- "classificationType": "test-user-connec-prod"
}Response samples
- 403
- 410
- 503
{- "message": "Access denied due to insufficient permissions."
}