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