Delete a brand tag by id

DELETE /manager/brand-tags/{id}

Path parameters

  • id integer Required

    The brand tag id

Responses

  • 200

    Brand tag successfully deleted

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
    • message string
  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found - The brand tag does not exist

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