Analysis Cancellation
Request
Format
https://api.tomtom.com/origindestination/1/analysis/<id>/cancel?key=<apiKey>
Example
https://api.tomtom.com/origindestination/1/analysis/512/cancel?key=test-api-key
Required POST Headers
Content-Type: application/json
Parameters
parameter | Description |
---|---|
id | Analysis number id. |
apiKey | Authorization key for access to the API. |
Errors
If there is an error in the supplied parameters or any other internal problem an error response is generated in the requested format.
Code | Reason |
---|---|
200 | OK |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |