Delete importer config

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

ParameterTypeRequiredDescription
idintegerYesThe ID of the importer configuration to delete.

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns a confirmation object on success.

Example Response

{
  "ok": true
}