Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

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