EN
Español
English
Português
    Delete article

    Request Detail:

    • Base URL: {host}/ASMSAPI/
    • URI: api/v9/article/{id}
    • Type: DELETE
    • Required headings:

    • Content-Type: application/json
    • X-Authorization: Bearer {token}

    URL Description

    • {host}: It represents the domain of the environment in which the API is located.
    • ASMSAPI/: Fixed API prefix.
    • URI: Specific endpoint for the request.


    EXAMPLE URL:

    https://{host}/ASMSAPI/api/v9/article/{id}
    


    Parameters:

    Name Guy Obligatory Description
    Id Numerical Yes Item identifier.


    Examples of uri:

    API/V9/Article/1752

    Answer:

    The service will return a Json with the following structure:

    {
        "result": true
    }
    

    Error messages:

    Code HTTP status Error Message
    500 InternalServerError FailureDeleteArticle