Delete an intercom by an administrator
Remove an intercom
JSON
{
"ids": [
23
]
}
DELETE /api/admin/v1/intercoms |
Parameters
array
ids, Array of ids of intercoms that will be deleted
204 |
Successful response |
401 |
Authorization token not sent or not valid |