Email Components
Delete email component
Deletes an email component. Emails that already rendered it keep their copied blocks. Deleting the pinned default footer makes new emails fall back to the generated footer.
delete/email-components/{componentId}
Path parameters
componentIdstring required
Response
Component deleted
Example response
{
"success": true,
"id": "cmp_123"
}