Remove Visibility Bindings
Remove Access Entitlements
delete/api/v1/catalogs/{catalog_id}/visibility_bindings
Remove visibility bindings (access entitlements) to a catalog.
Path Parameters
catalog_idstring
The catalogId for the catalog to remove access entitlements from.
Body Parameters
The list of access entitlements to remove from the catalog.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$CATALOG_ID/visibility_bindings \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}