Files
warmbly/integrations/make/modules/deleteContact/api.iml.json
T

11 lines
207 B
JSON

{
"url": "/contacts/{{parameters.contact_id}}",
"method": "DELETE",
"response": {
"output": {
"id": "{{parameters.contact_id}}",
"success": true
}
}
}