Updated on 2023-12-14 GMT+08:00

Deleting Datasource Authentication (Discarded)

Function

This API is used to delete datasource authentication.

This API has been discarded and is not recommended.

URI

  • URI format

    DELETE /v2.0/{project_id}/datasource/auth-infos/{auth_info_name}

  • Parameter description
    Table 1 URI parameters

    Parameter

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Project ID, which is used for resource isolation. For details about how to obtain its value, see Obtaining a Project ID.

    auth_info_name

    Yes

    String

    Name of the authentication information you want to delete.

Response

Table 2 Parameters

Parameter

Type

Description

is_success

Boolean

Whether the request is successfully executed. Value true indicates that the request is successfully executed.

message

String

None

Example Request

None

Example Response

{
    "is_success": true,
    "message": "Deleted success."
}

Status Codes

Status Code

Description

200

OK

Error Codes

For details, see Error Codes.