fc5624c7d57a

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-13260150938.9 KB
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"
}