DELETE
/
async-parsing
/
parsers
/
{id}
Delete a parser
curl --request DELETE \
  --url https://{FUSION HOST}/async-parsing/parsers/{id}

Headers

ifMatch
object

An entity tag to match

Path Parameters

id
string
required

The ID of the parser to delete.

Query Parameters

context
string

Validates which app the entity should be part of by specifying, for example, app:SomeApp. If the entity is not part of the app, this request fails. Any other comma-separated contexts in the context parameter are allowed but ignored.

Response

204

No Content