Delete Event

Delete event with specified id.

Delete Event

DELETE https://environment.monterosa.cloud/api/v2/events/:event_id

Path Parameters

Headers

// no content

Example

curl --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/events/2e9ddb8b-1ed0-4887-840a-9b37197a26e7 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'