Delete Event

Delete event with specified id.

Delete Event

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

Path Parameters

NameTypeDescription

event_id

string

Event ID.

Headers

NameTypeDescription

Authorization

string

Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb

Content-Type

string

application/vnd.api+json

// 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'