Delete a template family

Deletes a template family without deleting its member templates. Use this endpoint to delete a template family through the Samva email API.

DELETE
/v1/templates/families/{familyId}

Deletes a template family without deleting its member templates.

x-api-key<token>

In: header

Path Parameters

familyId*string
Match^tfam_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/templates/families/string"
{  "success": true}