Delete
Delete
delete/api/v1/apps/{src_app_id}/{src_app_entitlement_id}/bindings/{dst_app_id}/{dst_app_entitlement_id}
Invokes the c1.api.app.v1.AppEntitlementsProxy.Delete method.
Path Parameters
src_app_idstring
The srcAppId field.
src_app_entitlement_idstring
The srcAppEntitlementId field.
dst_app_idstring
The dstAppId field.
dst_app_entitlement_idstring
The dstAppEntitlementId field.
Body Parameters
bodyunknown
optional
The DeleteAppEntitlementProxyRequest message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$SRC_APP_ID/$SRC_APP_ENTITLEMENT_ID/bindings/$DST_APP_ID/$DST_APP_ENTITLEMENT_ID \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}