cURL
curl --request DELETE \ --url https://api.gleap.io/v3/message-templates/{messageTemplateId} \ --header 'Authorization: Bearer <token>' \ --header 'project: <project>'
{ "updatedAt": "<string>", "createdAt": "<string>", "lexorank": "<string>", "project": { "isValid": {}, "createFromHexString": {}, "createFromTime": {}, "generate": {}, "cacheHexString": "<any>", "prototype": "<string>" }, "content": "<any>", "title": "<string>", "actions": [ "<any>" ], "attachments": [ "<any>" ], "isPublic": true, "users": [ "<string>" ] }
Delete a message template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
The response is of type object.
object