Last updated 5 hours ago
Deletes the formula with the provided ID.
Formula Identifier
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/formulas/{formulaId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "code": 500, "message": "Error message" }