Delete importer config by schedule ID

Deletes the importer configuration that owns the given schedule. If no schedule is found for the provided ID the response is an empty array.

Requires the importer:config:write, importer.write, or indices.write permission.

Request

DELETE /importer/config/byScheduleId/{importerScheduleId}

Path Parameters

ParameterTypeRequiredDescription
importerScheduleIdstringYesThe ID of the importer schedule whose parent configuration should be deleted.

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns an empty array when successful or when no matching schedule is found.

Example Response

[]