Delete a code
Delete a code
JSON
{
"ids": [
2,
6,
9
]
}
DELETE /api/admin/v1/intercom/{intercom}/codes |
Parameters
int
intercom, ID of the intercom whose codes need to be deleted
array
ids, Array of id codes to be removed, maximum 200 in one request
204 |
Successful response |
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|