cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/supplements/revert \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "data_supplement_ids": [ 12345, 12346, 12347 ] } '
{ "result": true }
true
The Everflow API key generated from the Control Center > Security.
Array of data supplement IDs to revert.
Whether the revert was successful.
Was this page helpful?