Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- User API
- List service requests for subscription
- List active requests for user
- Get count of requests for user
- Cancel multiple service requests
- Delete multiple service requests
- List approvals for approver
- Get count of approvals for user
- Delete multiple approval requests
- List subscriptions for user
- Get count of subscriptions for user
- Get list of recent or expiring soon subscriptions for user
- Get list of all components of a specific type for a specific user
- Delete multiple subscriptions
- List instances for user
Delete Multiple Subscriptions
Details
URI | /user/multipleSubscription/delete
|
---|---|
Method | POST |
Parameters |
|
Returns | 200 - Ok (Indicates the REST call executed without error. See XML return content for whether all specified subscriptions were deleted.) 401 - Not authorized 404 - Object not found 500 - Server exception |
Example
Use the following URL:
https://<host>:<port>/csa/rest/user/multipleSubscription/delete
?userIdentifier=90d965c0379fd06601379fd192b30ee6
Â
The following XML was sent in the request:
<ServiceSubscriptionList>
<ServiceSubscription>
<id>90e72e283b05aff1013b0b2c015103a4</id>
<catalogItem>
<id>90cef5de3c63429f013c6489245b09a2</id>
<catalog>
<id>90d965c0379fd06601379fd1936a0f05</id>
</catalog>
</catalogItem>
</ServiceSubscription>
<ServiceSubscription>
<id>90e72e283b05aff1013b0b2b43fc0356</id>
<catalogItem>
<id>90cef5de3c63429f013c648924bf09b4</id>
<catalog>
<id>90d965c0379fd06601379fd1936a0f05</id>
</catalog>
</catalogItem>
</ServiceSubscription>
</ServiceSubscriptionList>
The following XML was returned. count indicates the number of subscriptions successfully deleted. A ServiceSubscription element is included for each deleted subscription.
To make this example more informative, note in the following return information that the first subscription is not deleted. A subscription will not be deleted during this call if the subscription was already deleted, it is not in the canceled state, permission is denied, or there is an authorization failure
<ServiceSubscriptionList>
<count>1</count>
<limit>0</limit>
<ServiceSubscription>
<id>90e72e283b05aff1013b0b2b43fc0356</id>
<isCriticalSystemObject>false</isCriticalSystemObject>
<disabled>false</disabled>
</ServiceSubscription>
</ServiceSubscriptionList>
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: