Skip to main content

Queues an event to end the process associated with an event

POST /v1/event/endprocess/{eventID}

Summary

Queues an event to end the process associated with an event.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
eventIDpathinteger (int64)YesNot described.1

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • code (integer (int64), optional)
  • description (string, optional)

Example

{
"code": 1,
"description": "Example description"
}