---
title: "Delete device mapping"
method: DELETE
path: "/endpoints/v1/devicemappings/{mappingID}"
tags: ["Endpoints"]
---

# Delete device mapping

`DELETE /endpoints/v1/devicemappings/{mappingID}`

Permanently deletes a user-to-device mapping created for mass deployment.

## Path parameters

- `mappingID` integer, required

## Response `200`

OK. The device mapping is deleted successfully.

- unknown

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `422` — The request was well-formed but was not processed due to semantic errors.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
