---
title: "Delete Deal"
method: DELETE
path: "/deal_details"
tags: ["Deal Details"]
---

# Delete Deal

`DELETE /deal_details`

Delete an existing deal

## Query parameters

- `select` string
- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `contact_id` string
- `name` string
- `external_id` string
- `type_key` string
- `status_key` string
- `assignee_id` string
- `value` string
- `currency` string
- `won_at` string
- `lost_at` string

## Response `200`

The updated Deal object

- DealDetails
  - `id` string, uuid
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `contact_id` string, uuid — Contact ID
  - `name` string, text — Name of the deal
  - `external_id` string, text, nullable — External ID
  - `type_key` string, text — Type Key
  - `status_key` string, text — Status Key
  - `assignee_id` string, uuid, nullable — Assignee ID
  - `value` number, nullable — Value of the deal
  - `currency` 'EUR' | 'CHF' | 'USD', public.currency — Currency of the deal
  - `won_at` string, timestamp with time zone, nullable — Won at timestamp
  - `lost_at` string, timestamp with time zone, nullable — Lost at timestamp

## Other responses

- `204` — No Content

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/versions/96e99eb80199/schema)
