Analysis Cancellation
Request
Format
POST
URL request example
https://api.tomtom.com/origindestination/1/analysis/{id}/cancel?key={apiKey}
Example
POST
URL request example
https://api.tomtom.com/origindestination/1/analysis/512/cancel?key=test-api-key
Required POST Headers
Header | Value |
---|---|
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.
HTTP Response Codes
Code | Reason |
---|---|
201 | Created |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |