githubEdit

Delete an Unmanaged Access Code

Deletes an unmanaged access codearrow-up-right.

Deletes an unmanaged access code.

Code:

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

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

access_code_id String (Required)

ID of the unmanaged access code that you want to delete.


Response

circle-check

Last updated

Was this helpful?