Delete a deal
DELETE {{baseUrl}}/deals/:id
Marks a deal as deleted. After 30 days, the deal will be permanently deleted.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}