App Entitlement
Delete
Delete an app entitlement by ID.
delete/api/v1/apps/{app_id}/entitlements/{id}
Path parameters
app_idstring required
The ID of the app that contains the entitlement.
idstring required
The ID of the app entitlement to delete.
Request body
C1ApiAppV1DeleteAppEntitlementRequestInput required
The DeleteAppEntitlementRequest message.
Response
Successful response
C1ApiAppV1DeleteAppEntitlementResponse required
The DeleteAppEntitlementResponse message.