Documentation / API / DELETE Operations

DELETE operations allows you to retrieve data from your store.

DELETE Operations

All the DELETE operations works the same way. The JSON request object contains 2 main tags ("authentication and "filters"). The "authentication" and "filters" are required.

{
    'authentication' : {
        [AUTHENTICATION INFORMATIONS]
    },
    'filters' : {
        'id': ['00000000-0000-0000-0000-000000000000']
    }
}

Blog posts

Learn more about the DELETE operations for Blog Posts

Product categories

Learn more about the DELETE operations for Product Categories

Product collections

Learn more about the DELETE operations for Product Collections

Coupons

Learn more about the DELETE operations for Coupons.

Pages

Learn more about the DELETE operations for Pages.

Products

Learn more about the DELETE operations for Products.