Skip to main content
POST
/
access_codes
/
delete
await seam.accessCodes.delete({
  device_id: "d33f4cc7-2b6a-41a4-ad30-c372ee493589",
  access_code_id: "275b40a3-6b0b-4c51-8fd2-aafd3de2195c",
});

/*
// void
*/
{}

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 access code that you want to delete.

device_id
string<uuid>

ID of the device for which you want to delete the access code.

Response

OK

The response is of type object.