ON THIS PAGE
DELETE /config/event_sources/log_source_management/log_source_types/{id}
SUMMARY Deletes a custom log source type by ID.
MIME Type |
---|
text/plain |
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. |
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. |