# Revoke crash location URL

For confirmed crashes, an URL is sent in the [push crash data service](/push-services/push-crash-data.md), providing a display of the vehicle's location after the collision.&#x20;

To enhance privacy and security, this link can be revoked when the URL is no longer needed, preventing further display of the location data.

{% hint style="info" %}
If you have your **admin API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/e7640b705d0e2-revoke-user-location-url).
{% endhint %}

{% openapi src="/files/jPiihTJbnQXl2MMav0aw" path="/drivekit/admin/crashes/{crashId}/locationurl" method="delete" %}
[DKAdminCrashesV3.yml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FVQH6VOt6wsPvSRKl39D3%2FDKAdminCrashesV3.yml?alt=media\&token=31853ae1-db1b-4bd0-b202-e7b38bf8ec8c)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drivequant.com/backend/crashes/revoke-crash-location-url.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
