Unregister an event type

You can use this operation to remove the definition of an event type from z/OSMF.

HTTP method and URI path

DELETE /zosmf/izual/rest/eventtype/<eventTypeId>
where:
  • /zosmf/izual/rest identifies the Application Linking Manager interface.
  • eventtype identifies the event type component of the application linking process.
  • <eventTypeId> is the ID of the event type to be removed.

Standard headers

None.

Custom headers

None.

Request content

None.

Required authorizations

See Required authorizations.

Expected response

On completion, the Application Linking Manager interface returns an HTTP response, which includes a status code indicating whether your request completed. Status code 200 indicates success. A status code of 4nn or 5nn indicates that an error has occurred. See Error handling.