Remove Requestable Entries
Remove App Entitlements
delete/api/v1/catalogs/{catalog_id}/requestable_entries
Remove requestable entitlements from a catalog.
Path Parameters
catalog_idstring
The catalogId for the catalog to remove entitlements from.
Body Parameters
The list of app entitlements to remove from the catalog.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$CATALOG_ID/requestable_entries \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}