mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"url": "/contacts/{{parameters.contact_id}}/notes/{{parameters.note_id}}",
|
|
"method": "DELETE",
|
|
"response": {
|
|
"output": {
|
|
"id": "{{parameters.note_id}}",
|
|
"success": true
|
|
}
|
|
}
|
|
}
|