await seam.accessCodes.unmanaged.delete({
access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f",
});
/*
// void
*/
{
"action_attempt": {
"action_attempt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_type": "DELETE_ACCESS_CODE",
"status": "pending",
"result": {},
"error": {
"type": "<string>",
"message": "<string>"
}
},
"ok": true
}Unmanaged Access Codes
Delete an Unmanaged Access Code
Deletes an unmanaged access code.
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",
"action_type": "DELETE_ACCESS_CODE",
"status": "pending",
"result": {},
"error": {
"type": "<string>",
"message": "<string>"
}
},
"ok": true
}Authorizations
client_sessionpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json

