---
title: "Delete an Access Method"
method: POST
path: "/access_methods/delete"
---

# Delete an Access Method

`POST /access_methods/delete`

Deletes an access method.

## Request body

- union
  - object
    - `access_method_id` string, uuid, required — ID of access method to delete.
  - object
    - `access_grant_id` string, uuid, required — ID of access grant whose access methods should be deleted.
  - object
    - `reservation_key` string, required — Reservation key of the access grant whose access methods should be deleted.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
