Aasaan home pagelight logodark logo
  • Sign Up
  • Sign Up
Brand
Delete a brand.
Documentation
Backend API
Partner API
  • Connect to Shopify
  • Connect to Bigcommerce
  • GETTING STARTED
    • Introduction
    • Authentication
    • Versioning
    • Errors
    WEBHOOKS
    • Introduction
    • Set Up Webhooks
    • Edit Webhooks
    • Sample Payload
    Store
    • GET
      Get Store Account Information
    Category
    • GET
      Get all categories.
    • POST
      Create a new category.
    • GET
      Get a category by Id.
    • PUT
      Put a category.
    • DEL
      Delete a Category.
    • PATCH
      Update a category.
    • PUT
      Put multiple categories
    Brand
    • GET
      Get all brands.
    • PUT
      Put a multiple brands
    • POST
      Create a new brand.
    • GET
      Get a brand by Id.
    • PUT
      Put a brand.
    • DEL
      Delete a brand.
    • PATCH
      Update a brand.
    Product
    • GET
      Get all products.
    • PUT
      Create or update multiple products.
    • POST
      Create a new product.
    • GET
      Get a product by id.
    • PATCH
      Update a product.
    • PUT
      Create or update a product.
    • DEL
      Delete a Product.
    • POST
      Create a new Variant of the specified base product.
    • PATCH
      Update a variant.
    Orders
    • GET
      Get all orders.
    • GET
      Get an order info.
    • PATCH
      Update a order status.
    Channel
    • GET
      Get all channels.
    • GET
      Get a channel by Id.
    Brand

    Delete a brand.

    Delete a brand.

    DELETE
    /
    brands
    /
    {brandId}
    curl --request DELETE \
      --url https://api.aasaan.shop/api/v1/stores/brands/{brandId}
    "<string>"

    Path Parameters

    ​
    brandId
    string
    required

    Brand id

    Response

    200
    application/json
    Brand Delete.

    The response is of type string.

    Put a brand.Update a brand.
    twitterinstagramlinkedin
    Powered by Mintlify
    curl --request DELETE \
      --url https://api.aasaan.shop/api/v1/stores/brands/{brandId}
    "<string>"