[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Delete Bulk App Entitlements
DescriptionDeletes bulk application entitlements based on a specified set of params, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
https://cloud.vmwarehorizon.com/av-entitlements/v1/app-entitlements/delete-bulk
Request Body
Request Body
DataRequestDtoOfDeleteEntitlementsRequestDto
of mimetype application/json
Required
Schema for Delete Entitlements Request
{
"data": {
"appEntitlementIds": [
"63b911937a203f5cfca4ad2a"
]
}
}
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
RequestAcceptedResponseDto
of type */*
{
"href": "/av-entitlements//v1/app-entitlements"
}
string
href
Optional
Controller Url for Entitlements
Errors
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"data":{"appEntitlementIds":["63b911937a203f5cfca4ad2a"]}}' https://cloud.vmwarehorizon.com/av-entitlements/v1/app-entitlements/delete-bulk
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: appEntitlementBulkDeleteDto
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Applications Operations
post
post
delete
delete
get
get
post
patch
put
delete