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
| Parameter | Type | Required | Description |
|---|---|---|---|
importerScheduleId | string | Yes | The ID of the importer schedule whose parent configuration should be deleted. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns an empty array when successful or when no matching schedule is found.
Example Response
[]
