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