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

Deletes a log source by ID.

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

text/plain

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

id

path

Required

Number (Integer)

text/plain

The ID of the log source to delete.

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

204

The log source was deleted successfully.

403

1000

The endpoint cannot be used by users associated with a tenant.

404

1010

The log source ID was not found.

422

1001

The requested log source cannot be deleted because its type_id corresponds to an internal log source type.

422

1002

This method is not supported for this log source because it is part of a bulk group.

500

1020

An error occurred while attempting to delete the log source.

Response Description

Response Sample