Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/branding/{brandingId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Deletes permanently a brand configuration.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/branding/{brandingId}{
"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.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Provide the unique identifier of the brand configuration.
"brd_06d06m1944y0630hD4y"
Returns no content if the brand configuration has been successfully deleted.
Was this page helpful?