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.

If you have your admin API key, you can try the API via this link.

delete

Revoke user location url link

Path parameters
crashIdstringRequired
Header parameters
DriveKit-Admin-API-KeystringOptional

DriveKit admin API key

Responses
200
OK
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?