Delete an Unmanaged Access Code
Delete an Unmanaged Access Code of a Device using its Access Code ID
DELETE
https://connect.getseam.com/access_codes/unmanaged/delete
Request
Request Parameters
Name
Type
Description
access_code_id*
String
ID of the access code.
Sample Request
await seam.accessCodes.unmanaged.delete({
access_code_id: "a9f662a7-44fb-4b91-b7a8-22c0f996bfc1",
});
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
Sample Response
{
"ok": true
}
Last updated
Was this helpful?