RocketCOMS

Remove a Brand

Delete a registered brand. A brand cannot be deleted if it has active campaigns. Once deleted, a brand cannot be restored.

Endpoint

DELETE /v1/brands/{id}

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

id  REQUIRED

string (UUID)

Unique ID assigned to the brand in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 Brand deleted successfully.

SAMPLE RESPONSE

				
					{
  200 Brand deleted successfully
}