docs
  1. Admin Api
  2. Resources
  3. Shop Categories
  4. Delete Shop Category

Delete shop category

Delete a shop category

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
shopCategoryId
  • required
integer
Example:
1

Responses

204
Shop category was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/categories/{shopCategoryId}

Request samples

Provide Feedback