Delete an event type
Permanently deletes an event type. After deletion, calls to triggerEvent with the corresponding code_name no longer match. Workflows that subscribe to this event are stopped.
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Path Parameters
ID of the event to delete
Responses
Client error - Invalid request or authentication issues
Delete an event type Permanently deletes an event type. After deletion, calls to triggerEvent with the corresponding code_name no longer match. Workflows that subscribe to this event are stopped. DELETE /v1/events/{id_event} deleteEvent Events spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. id_event ID of the event to delete Client error - Invalid request or authentication issues Server error - Internal processing failure