Deletes the datafeed for Spot Instances. For more information about Spot Instances, go to Spot Instances in the Amazon Elastic Compute Cloud User Guide.
The DeleteSpotDatafeedSubscription operation
does not have any request parameters.
The elements in the following table come wrapped in a
DeleteSpotDatafeedSubscriptionResponse structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
Returns true if the request succeeds. Otherwise, returns an error. Type: xsd:boolean |
This example deletes the data feed for the account.
https://ec2.amazonaws.com/?Action=DeleteSpotDatafeedSubscription &AuthParams
<DeleteSpotDatafeedSubscriptionResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<return>true</return>
</DeleteSpotDatafeedSubscriptionResponse>