Delete Deal

Delete a deal by ID.
DELETE
/v2/pipeline
Query Parameters
id uuid

Required

The deal ID to delete. Repeat this parameter to delete multiple deals at once.

Request Body
cURl example
curl -X DELETE 'https://lunarsend.com/api/v2/pipeline?id=7b1b0e42-1f2a-4e1e-8e5d-1f6a7b0c9d21' \
  -H 'x-api-key: $LUNARSEND_API_KEY' \
  -H 'Accept: application/json'
Response
[
        {
            id: "7b1b0e42-1f2a-4e1e-8e5d-1f6a7b0c9d21",
            status: "success",
        },
    ]