Delete an Unmanaged Access Code

Deletes an unmanaged access code.

Deletes an unmanaged access code.

Code

await seam.accessCodes.unmanaged.delete({
  access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f",
});

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


Response

void

Last updated

Was this helpful?