Skip to main content
DELETE
/
deals
/
{id}
Delete deal
curl --request DELETE \
  --url https://app.dilli.studio/api/v1/deals/{id} \
  --header 'X-Api-Key: <api-key>'
Use the API Playground below to send this request with your X-Api-Key. The base URL and headers are prefilled; update any path, query, or body fields and click Send.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Response

204

No Content