Delete products

    Delete products


    Article summary

    Delete
    /v2/{accessKey}/product
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    Body parameters
    Array of object
    Example[ { "productId": 123456 } ]
    object
    productId
    integer (int64)

    Automatically generated unique product ID

    customerProductId
    string

    Customer's product ID and must be unique(defined by the customer)

    Responses
    200

    200

    Result
    "{\n    \"results\": [\n        {\n            \"productId\": \"1234\",\n            \"message\": \"Keyring is deleted.\",\n            \"status\": \"DELETE\"\n        },\n        {\n            \"productId\": \"1235\",\n            \"message\": \"Ballcap is deleted.\",\n            \"status\": \"DELETE\"\n        }\n    ],\n    \"successCount\": 2,\n    \"warnCount\": 0,\n    \"failCount\": 0,\n    \"totalCount\": 2\n}"
    Expand All
    object
    results
    Array of object
    object
    productId
    string
    Example1234
    message
    string
    ExampleKeyring is deleted.
    status
    string
    ExampleDELETE
    successCount
    integer
    Default0
    Example2
    warnCount
    integer
    Default0
    Example0
    failCount
    integer
    Default0
    Example0
    totalCount
    integer
    Default0
    Example2
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"