Delete an Access Code

Deletes an access code.

Deletes an access code.

Code

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

Output

// void
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

access_code_id String (Required)

ID of the access code that you want to delete.


device_id String

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


Response

void

Last updated

Was this helpful?