Deletes a non-default brand identity and disables any automation triggers that reference it.
cURL
curl --request DELETE \ --url https://api.usenotra.com/v1/brand-identities/{brandIdentityId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "organization": { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>" }, "disabledSchedules": [ { "id": "<string>", "name": "<string>" } ], "disabledEvents": [ { "id": "<string>", "name": "<string>" } ] }
Send your API key in the Authorization header as Bearer API_KEY.
1
"51c2f3aa-efdd-4e28-8e69-23fa2dfd3561"
Brand identity deleted successfully
Show child attributes
Was this page helpful?