Skip to main content
DELETE
/
{storeId}
/
categories
/
{id}
Delete a Category.
curl --request DELETE \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/categories/{id}
"<string>"

Documentation Index

Fetch the complete documentation index at: https://help.aasaan.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

storeId
string
required

Store ID for this resource request

id
string
required

Category id

Response

A string response noting whether the category was deleted or not.

The response is of type string.