---
title: "Deactivate License Plate"
method: PUT
path: "/access/v1/credentials/license_plate/deactivate"
tags: ["Access Credentials"]
---

# Deactivate License Plate

`PUT /access/v1/credentials/license_plate/deactivate`

Given the Verkada defined user ID (OR user defined external ID)and Licence Plate Number, deactivate a users Licence Plate Credential.
Returns the updated License Plate Object.

## Query parameters

- `external_id` string — A unique identifier managed externally provided by the customer.
- `user_id` string, uuid — The unique identifier of the user managed by Verkada.
- `license_plate_number` string, required — The unique license plate number identifying a license plate credential for a user.

## Response `200`

OK

- LicensePlateObjectResponseV1
  - `active` boolean — Bool value specifying if the license plate credential is currently active. Default value is False.
  - `license_plate_number` string — The unique license plate number identifying a license plate credential for a user.
  - `name` string, required — The name to be given to the license plate credential.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/versions/4a79d2d949a6/schema)
