DELETE /config/event_sources/log_source_management/log_source_types/{id}

Deletes a custom log source type by ID.

Table 1. DELETE /config/event_sources/log_source_management/log_source_types/{id} resource details
MIME Type

text/plain

Table 2. DELETE /config/event_sources/log_source_management/log_source_types/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

The ID of the custom log source type to delete.

Table 3. DELETE /config/event_sources/log_source_management/log_source_types/{id} response codes
HTTP Response Code Unique Code Description

204

The log source type was deleted successfully.

404

1010

The log source type ID was not found.

409

1015

The requested log source type is not a custom type and thus cannot be deleted.

500

1020

An error occurred while attempting to delete the log source.

Response Description

Response Sample