DELETE
/
api
/
admin
/
content
/
templates
curl --request DELETE \
  --url http://localhost/api/admin/content/templates \
  --header 'Content-Type: application/json' \
  --data '{
  "workspaceId": "<string>",
  "id": "<string>",
  "type": "Email"
}'
"<string>"

Body

application/json
id
string
required
type
required
Available options:
Email
workspaceId
string
required

Response

204 - application/json

An empty String