Remove 911 Record
/remove
Full Url:
Arguments:
- token (string, required)
- did_id (int, required)
Info: Remove all 911 information from a phone number.
Example Success:
{
"code": 200,
"status": "success",
"data": "Successfully removed 911 information"
}
Example Error:
{
"code": 400,
"status": "error",
"data": "No 911 information found"
}
Last modified 2yr ago