Delete one or more config parsers by ID

Deletes config parsers based on given IDs.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
parserIdslist of stringsOptional

Response

Status with the number of config parsers deleted
statusenum
Allowed values:
deletedinteger>=0

Errors

500
Internal Server Error