Delete Event Template
Delete event template with specified identifier.
Delete Event Template
DELETE
https://environment.monterosa.cloud/api/v2/event_templates/:event_template_id
Path Parameters
Name
Type
Description
event_template_id
string
Event template ID.
Headers
Name
Type
Description
Authorization
string
Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
Content-Type
string
application/vnd.api+json
// no content
Example
curl --request DELETE \
--url https://environment.monterosa.cloud/api/v2/event_templates/2e9ddb8b-1ed0-4887-840a-9b37197a26e7 \
--header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
--header 'Content-Type: application/vnd.api+json'
Was this helpful?