Waiting for engine...
Skip to main content

Boomi Platform Connector API Reference (1.0.0) - ConnectorPendingRelease

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Connector Pending Release

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:
basicAuth
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

Content type
{
  • "classificationType": "test-user-connec-prod"
}

Response samples

Content type
{
  • "message": "Access denied due to insufficient permissions."
}