cURL
curl --request DELETE \ --url https://management-api.fpjs.io/filtering-rules/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "error": { "message": "<string>", "code": "<string>", "violations": [ { "property": "<string>", "message": "<string>" } ] } }
Deletes a filtering rule with the given ID. Make sure the rule is not critical for your production environment. This action is not reversible.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Empty response indicating a successful operation.
Was this page helpful?