[{"label":"Latest (v1.0)","version":"latest"}]
csp

RemoveAutoEntitlementPoliciesResponseString

Request for deleting the Auto Entitlement Policies by the identifiers


Properties

array of string
failed Optional

The entities for which the operation failed.


failures Optional

The Auto Entitlement policy identifiers for which the delete operation failed along with the reason of failure.


array of string
succeeded Optional

The entities for which the operation is successful.

JSON Example

{
	"failed": [
		"string"
	],
	"failures": [
		{
			"errorCode": "string",
			"id": "string",
			"message": "string"
		}
	],
	"succeeded": [
		"string"
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Remove Auto Entitlement Policies From Organization By Organization ID And Policy ID

Feedback

Was this page helpful?