Delete event by ID
DELETE {{baseUrl}}/api/events/:id
Delete event by its id. You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You obtain the event ID using GET /events. You delete the event by passing the event ID in the path of the request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |