await seam.accessCodes.unmanaged.delete({
access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f",
});
/*
// void
*/{}Unmanaged Access Codes
Delete an Unmanaged Access Code
Deletes an unmanaged access code.
DELETE
/
access_codes
/
unmanaged
/
delete
await seam.accessCodes.unmanaged.delete({
access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f",
});
/*
// void
*/{}Authorizations
client_sessionclient_session_with_customerpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the unmanaged access code that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?