Skip to main content
DELETE
/
api
/
v1
/
deliveries
/
{id}
Delete Delivery
curl --request DELETE \
  --url https://{subdomain}.unicyfalcon.com/api/v1/deliveries/{id}
Deletes the delivery by UUID. Returns 200 OK or 204 No Content. 404 if not found.