brands
Delete a brand by project and brand id.
The endpoint receives as path param project id and brand id. If the project and brand exist, the brand is deleted.
delete/v1/projects/{projectId}/us/brands/{brandId}
Path parameters
projectIdstring required
Customer's project id
brandIdstring required
Customer's brand id
Response
Brand deleted successfully. No content is returned.