latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-17263153961.8 KB

9da9d1816e27

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

successboolean
idstring

Example response

{
  "success": true,
  "id": "cmp_123"
}