Delete Category

DELETE /self/{shopId}/categories/{categoryId}

Path parameters

Responses

  • 200

    Category deleted

DELETE /self/{shopId}/categories/{categoryId}
curl \
 -X DELETE https://dev.sellpass.io/self/{shopId}/categories/{categoryId} \
 -H "Authorization: $API_KEY"