Deleting a Health Check
Function
This API is used to delete a health check.
Calling Method
For details, see Calling APIs.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
URI
DELETE /v1/health-checks/{health_check_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
health_check_id |
Yes |
String |
Specifies the health check ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Specifies the user token. The token can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token. |
Response Parameters
Status code: 204
Health check deleted.
None
Example Requests
Deleting a health check
DELETE https://{ga_endpoint}/v1/health-checks/c2b210b2-60c4-449d-91e2-9e9ea1dd7442
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
Health check deleted. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.