# Delete deal by custom id
You can remove a specific deal.
DELETE
/deals-by-id/:custom_id/
Attributes | Type | Required | Description |
---|---|---|---|
custom_id | integer | yes | The unique identifier for the deal which is provided by the client. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X DELETE -H "Authorization: Token <your_64_char_api_key>"
-H "Accept: */*; version=2"
"https://<your_app_subdomain>.user.com/api/public/deals-by-id/:custom_id/"
# Response
204 No Content
← Delete deal Get deal →