githubEdit

Delete an Access Method

circle-info

Early Access Preview. The access methods API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]envelope. Expect breaking changes as we refine the design.

Deletes an access method.

Deletes an access method.

Code:

await seam.accessMethods.delete({
  access_method_id: "3f10d86c-526b-4b85-8788-cc1a74411b71",
});

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_method_id String (Required)

ID of access method to get.


Response

circle-check

Last updated

Was this helpful?