Delete a brand tag by id

DELETE /manager/brand-tags/{id}

Path parameters

  • id integer Required

    The brand tag id

Responses

  • Brand tag successfully deleted

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

  • Not found - The brand tag does not exist

DELETE /manager/brand-tags/{id}
curl \
 -X DELETE https://domain.tld/api/v2/manager/brand-tags/{id}
Response examples (401)
{
  "message": "Unauthorized."
}