Delete All Verdicts
Deletes all IP address-to-device mappings from the Third-Party Device-ID
service.
Synopsis
URI | /api/v1/token/{apiKey}/verdicts:all |
HTTP Method | DELETE |
Description
Asks the Third-Party Device-ID service to delete all IP address-to-device
mappings in the Third-Party Device-ID service. A successful response means that the
service has deleted all mappings. An error response means that it couldn’t delete
any mappings.
Success Response
Upon success, the HTTP response code is 200. The response body is
empty.
Error Response
Upon error, the HTTP response code is one of the following:
Response Code
|
Description
|
401 | Unauthorized token. Try regenerating your API token. If
that does not work, contact support. |
409 | Conflict. The system could not process the request
because there is another ongoing update or delete job. Try again
after the other job finishes. |
429 | Too many requests. The system could not process the
request because the system has issued too many requests in a
specific period of time. Don't exceed more than one request per
second. Wait and try again. |
In addition, the response body contains the following fields:
code | The error code. |
message | The error message. |