[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Delete Bulk App Entitlements

Description

Deletes 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

Request

URL

URL


post
https://cloud.vmwarehorizon.com/av-entitlements/v1/app-entitlements/delete-bulk
Copy

Request Body

Request Body

DataRequestDtoOfDeleteEntitlementsRequestDto of mimetype application/json Required

Schema for Delete Entitlements Request

{
	"data": {
		"appEntitlementIds": [
			"63b911937a203f5cfca4ad2a"
		]
	}
}
data Optional

Schema to request delete for entitlement

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns RequestAcceptedResponseDto of type */*
{
    "href": "/av-entitlements//v1/app-entitlements"
}
string
href Optional

Controller Url for Entitlements

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden

Code Samples

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

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: appEntitlementBulkDeleteDto


Feedback

Was this page helpful?