NodePing.ContactGroups.delete
You're seeing just the function
delete
, go back to NodePing.ContactGroups module for more information.
Delete a contact group from your NodePing account or subaccount.
Parameters
token
- NodePing API token that is provided with accountid
- the ID for your contact groupcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> id = "201205050153W2Q4C-G-3QJWG"
iex> {:ok, result} = NodePing.ContactGroups.delete(token, id)