Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete Bundle Automation
delete/api/v1/catalogs/{request_catalog_id}/bundle_automation

Invokes the c1.api.requestcatalog.v1.RequestCatalogManagementService.DeleteBundleAutomation method.

Path Parameters
request_catalog_idstring

The requestCatalogId field.

Body Parameters
bodyunknown
optional

The DeleteBundleAutomationRequest message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$REQUEST_CATALOG_ID/bundle_automation \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}