Revoke crash location URL
For confirmed crashes, an URL is sent in the push crash data service, providing a display of the vehicle's location after the collision.
To enhance privacy and security, this link can be revoked when the URL is no longer needed, preventing further display of the location data.
delete
Revoke user location url link
Path parameters
crashIdstringRequired
Header parameters
DriveKit-Admin-API-KeystringOptional
DriveKit admin API key
Responses
200
OK
application/json
401
Invalid API key
application/json
404
CrashId Not Found
application/json
delete
DELETE /v3/drivekit/admin/crashes/{crashId}/locationurl HTTP/1.1
Host: service.drivequant.com
Accept: */*
{
"message": "Location URL successfully revoked"
}
Last updated
Was this helpful?