PerfectParser Docs

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

ParameterTypeRequiredDescription
idstringThe unique ID of the parser to delete.
curl -X DELETE https://api.perfectparser.com/v1/parsers/clxyz \
  -H "X-API-Key: pp_live_your_secret_key"

Common Error Responses

HTTP StatusError CodeDescription
401UNAUTHORIZEDInvalid or missing API key.
404PARSER_NOT_FOUNDThe requested parser does not exist or belongs to another account.

On this page