Delete all importer configs

Deletes all importer configurations for the current instance. The scheduler is notified to remove all related pods before the database records are wiped.

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

Request

DELETE /importer/configs

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns an empty JSON array on success.

Example Response

[]

Returns an error body with the upstream HTTP status code if the scheduler cannot be contacted to remove the pods first.