Delete a converter
DELETE/v1/projects/:project_id/knowledge/converters/:converter_id
Removes the converter. Documents already ingested through it are untouched; new files of that media type stop being ingestable until another converter covers them.
Request
Responses
- 204
- 401
- 404
- 502
Converter deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.