Delete Remove Membership
Remove Entitlement Membership
delete/api/v1/apps/{app_id}/entitlements/{app_entitlement_id}/remove-membership
Invokes the c1.api.app.v1.AppEntitlements.RemoveEntitlementMembership method.
Path Parameters
app_idstring
The appId field.
app_entitlement_idstring
The appEntitlementId field.
Body Parameters
appUserIdstring
optional
The appUserId field.
Returns
revokeTaskIdstring
optional
The ID of the revoke task created to remove the user from the entitlement, if the entitlement is an access profile (aka. catalog). It's aka. the JML task.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/entitlements/$APP_ENTITLEMENT_ID/remove-membership \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"revokeTaskId": "revokeTaskId"
}