# Delete Device (Admin) **DELETE /admin/devices/{device_id}** Admin can delete any device by ID ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Admin auth ## Parameters ### Path parameters - **device_id** (string) Device UUID ## Responses ### 200 Device deleted successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized - Invalid admin secret #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 404 Device not found #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)