cURL
curl --request DELETE \ --url https://app.alana.shopping/api/workspace/{workspaceId}/brands/{brandId} \ --header 'Authorization: Bearer <token>'
{ "error": "UNAUTHORIZED", "details": { "message": "Missing or invalid authentication token" } }
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
Brand deleted successfully