Deleting a Word Dictionary

Function

This API is used to delete a custom word dictionary.

URI

  • URI format
    DELETE /v1.0/{project_id}/clusters/{cluster_id}/poisson_words?name={name}
  • Parameter description

    Parameter

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Project ID. For details, see Obtaining the Project ID and Account ID.

    cluster_id

    Yes

    String

    ID of the cluster where a custom word dictionary is to be deleted.

    name

    Yes

    String

    Name of the cluster where a custom word dictionary is to be deleted.

Request

None

Response

None

Examples

Example request

DELETE /v1.0/6204a5bd270343b5885144cf9c8c158d/clusters/ea244205-d641-45d9-9dcb-ab2236bcd07e/poisson_words?name=main.txt

Status Code

Table 1 describes the status code.

Table 1 Status code

Status Code

Code

Description

200

OK

The request is processed successfully.

400

BadRequest

Invalid request.

The client should not repeat the request without modifications.

500

InternalServerError

The server is able to receive the request but it could not understand the request.