Delete an Event Type
delete
/ic/api/integration/v1/eventTypes/{code}
Deletes all the revisions of the event type with the specified code.
Request
Path Parameters
-
code(required): string
Event type code
Query Parameters
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json; charset=utf-8
200 Response
Successful operation
404 Response
Event type not found
412 Response
Precondition failed
500 Response
Server error