Bem-vindo ao nosso novo hub de docs! Central de Ajuda + Docs para Desenvolvedores em um só lugar.
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"
}
}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 via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
The workspace ID
^ws_[a-z0-9]+$Brand deleted successfully