Skip to main content
DELETE
/
networks
/
custom
/
scrubrate
/
{settingId}
Delete Custom Scrub Rate
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/custom/scrubrate/{settingId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "result": true
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

settingId
integer
required

The custom scrub rate setting identifier.

Response

200 - application/json

OK

result
boolean