v1

latestOpenAPI 3.0.0Apache 2.02026-07-1410280162.7 KB
data-exporter-configs

Delete a data exporter config

Delete a data exporter config

delete/api/data-exporter-configs/_bulk

Response

Successful operation

deletedboolean

Whether the action was carried out correctly or not

idboolean

Data exporter id

status'200'

Status

Example response

[
  {
    "deleted": true,
    "id": true
  }
]