NodePing.Checks.delete_check-exclamation-mark
You're seeing just the function
delete_check-exclamation-mark
, go back to NodePing.Checks module for more information.
Specs
Delete a check present on your NodePing account or specified subaccount
Parameters
token
- NodePing API token that is provided with accountid
- the check ID that you want to deletecustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> check_id = "201205050153W2Q4C-0J2HSIRF"
iex> result = NodePing.Checks.delete_check!(token, check_id)