Skip to main content

Delete

DELETE /v1/templates/{id}

Delete an existing template.

Path Parameters

id
integer
Required

The id of the template.

Example Request
curl -X DELETE https://api.realmailers.com/v1/templates/{id} \
-H 'Authorization: Bearer YOUR_API_KEY'
Response Schema
{
created_at: Timestamp(ISO8601)
updated_at: Timestamp(ISO8601)
variable_names: Array(String)
designs: Array(String)
description: String
size: String
name: STring
id: Number

meta_data: {
key: String
}
}