cURL
curl --request DELETE \ --url https://app.conduit.io/api/allocations/{id} \ --cookie session=
{ "success": true }
Deletes an allocation record
Session-based authentication via cookies
Allocation ID
Allocation deleted successfully
true