Delete Brand
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/branding/{brandingId} \
--header 'X-Management-Id: <api-key>' \
--header 'X-Management-Token: <api-key>'{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Delete Brand
Deletes permanently a brand configuration.
DELETE
/
management
/
v1
/
projects
/
{projectId}
/
branding
/
{brandingId}
Delete Brand
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/branding/{brandingId} \
--header 'X-Management-Id: <api-key>' \
--header 'X-Management-Token: <api-key>'{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Provide the unique identifier of the project.
Example:
"proj_TrlkLiH4"
Provide the unique identifier of the brand configuration.
Example:
"brd_06d06m1944y0630hD4y"
Response
Returns no content if the brand configuration has been successfully deleted.
Last modified on May 11, 2026
Was this page helpful?
⌘I

