v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Message Template Folders

Delete folder

Delete a message template folder and child folders/templates

Required scope: message_templates:delete

delete/message_template_folders/{message_template_folder_id}

Path parameters

message_template_folder_idstring required

The message template folder id

Response

A message template folder accepted for deletion

statusstring
message_template_folder_idstring

id of the message template to be deleted

Example response

{
  "status": "accepted",
  "message_template_folder_id": "rsf_g2"
}