Deletes a single importer configuration by its ID. After deletion the scheduler is notified to sync its state.
Requires the importer:config:write, indices.write, or importer.write permission.
Request
DELETE /importer/config/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the importer configuration to delete. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a confirmation object on success.
Example Response
{
"ok": true
}
