Deleting a Health Check

Function

This API is used to delete a health check.

URI

DELETE /v1.0/{project_id}/elbaas/healthcheck/{healthcheck_id}

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

healthcheck_id

Yes

String

Specifies the health check ID.

Request

  • Request parameters

    None

  • Example request

    None

Response

  • Response parameters

    None

  • Example response

    None

Status Code

  • Normal

    204

  • Error

    Status Code

    Message

    Description

    400

    badRequest

    Request error.

    401

    unauthorized

    Authentication failed.

    403

    userDisabled

    You do not have the permission to perform the operation.

    404

    Not Found

    The requested page does not exist.

    500

    authFault

    System error.

    503

    serviceUnavailable

    The service is unavailable.