mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"url": "/crm/deals/{{parameters.deal_id}}",
|
|
"method": "DELETE",
|
|
"response": {
|
|
"output": {
|
|
"id": "{{parameters.deal_id}}",
|
|
"success": true
|
|
}
|
|
}
|
|
}
|