Delete
Delete
delete/api/v1/apps/{app_id}/entitlements/{id}
Invokes the c1.api.app.v1.AppEntitlements.Delete method.
Path Parameters
app_idstring
The appId field.
idstring
The id field.
Body Parameters
bodyunknown
optional
The DeleteAppEntitlementRequest message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/entitlements/$ID \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}