API Reference
Deletes a static input. Cannot delete if it has events in a batch.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/static_inputs/{static_input_id} \ --header 'Authorization: <api-key>'
{ "status": "error", "statusCode": 404, "errors": [ { "message": "record not found" } ] }
204 No Content