Deleting training
    • PDF

    Deleting training

    • PDF

    Article Summary

    Available in Classic and VPC

    Deletes training. This is useful when you aim to conduct new training to achieve results that are closer to the originally intended results or when existing training is no longer necessary.

    Requests

    Describes the request format. The request format is as follows:

    MethodURI
    DELETE/v2/tasks/{taskId}

    Header

    The following describes the header.

    HeaderRequirement statusDescription
    Content-TypeYapplication/json

    Path parameters

    The following describes the parameters.

    FieldTypeRequirement statusDescription
    taskIdstringYTraining ID

    Syntax

    The following is an example of syntax.

    curl --location --request DELETE 'https://clovastudio.apigw.ntruss.com/tuning/v2/tasks/{taskId}' \
    --header 'Content-Type: application/json' \
    --header 'X-NCP-APIGW-TIMESTAMP: <api_gw_time>' \
    --header 'X-NCP-IAM-ACCESS-KEY: <iam_access_key>' \
    --header 'X-NCP-APIGW-SIGNATURE-V2: <api_gw_sig>' \
    --header 'X-NCP-CLOVASTUDIO-REQUEST-ID: <request_id>''
    

    Responses

    Describes the responses format.

    Header

    The following describes the header.

    HeaderRequirement statusDescription
    Content-Type-application/json

    Syntax

    The following is an example of syntax.

    {
      "status": {
        "code": "20000",
        "message": "OK"
      }
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.