DeleteApplicationStatusCheck
Deletes an application status check. The following rules apply:
-
Deleting a check automatically removes all of its associations.
-
Use
DescribeApplicationStatusChecksto view existing checks before deleting.
Request Parameters
The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.
- ApplicationStatusCheckId
-
The ID of the application status check to delete.
Type: String
Required: Yes
- ClientToken
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Type: String
Required: No
- DryRun
-
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.Type: Boolean
Required: No
Response Elements
The following elements are returned by the service.
- applicationStatusCheck
-
Information about the deleted application status check.
Type: ApplicationStatusCheckResponseObject object
- requestId
-
The ID of the request.
Type: String
Errors
For information about the errors that are common to all actions, see Common Error Types.
Examples
To delete an application status check
This example deletes the specified application status check.
Sample Request
https://ec2.amazonaws.com/?Action=DeleteApplicationStatusCheck
&ApplicationStatusCheckId=asc-0123456789abcdef0
&AUTHPARAMS
Sample Response
<DeleteApplicationStatusCheckResult xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<applicationStatusCheck>
<applicationStatusCheckId>asc-0123456789abcdef0</applicationStatusCheckId>
</applicationStatusCheck>
</DeleteApplicationStatusCheckResult>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: