API Documentation

    ImagesDelete

    Method: /images/[id].[format]

    To delete a specific Image you simply need to pass the image “id”, not to be mistaken for the “item_id”. The image’s id can be retrieved via the Items >> View API endpoint.

    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/images/[id].json
    HTTP Request Type: DELETE
    Example:
    https://demo.salesbinder.com/api/2.0/images/5487185e-b83f-46c2-bb91-2416ae304d03.json
    HTTP Request Type: DELETE
    Example JSON Returned Response
    1{
    2    "response": "Successfully deleted."
    3}

    Updated on February 4th, 2022

    Network Status:
    100% Global Availability