Delete Parser
Reference for the DELETE /v1/parsers/:id endpoint.
DELETE /v1/parsers/:id
Soft-deletes a parser. Returns 204 No Content on success.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | The unique ID of the parser to delete. |
Common Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key. |
404 | PARSER_NOT_FOUND | The requested parser does not exist or belongs to another account. |