DELETE
/
parsers
/
{id}
{?context}
Delete an entity by unique ID
curl --request DELETE \
  --url https://{FUSION HOST}/api/parsers/{id}{?context} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The entity ID

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 will fail. Any other comma-separated contexts in the context parameter are allowed but ignored.

Response

200
application/json

OK

The response is of type object.