Skip to main content
POST
/
access_codes
/
unmanaged
/
delete
await seam.accessCodes.unmanaged.delete({ access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f", }); /* // void */
{
  "action_attempt": {
    "action_attempt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "result": {},
    "error": {
      "type": "<string>",
      "message": "<string>"
    }
  },
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
access_code_id
string<uuid>
required

ID of the unmanaged access code that you want to delete.

sync
boolean
default:false

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id.

ok
boolean
required