provider Magic Links POST /v1/magic_links/email/revoke_invite
@utdk/stytch /v1/magic_links/email/revoke_invite
Revokeinvite
Revoke a pending invite based on the `email` provided.

Try it

Authentication
Configure credentials for Stytch API
apiMagicV1MagicLinksEmailRevokeinvite
POST/v1/magic_links/email/revoke_invite
Revoke a pending invite based on the `email` provided.

Input

required

The email of the user.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stytch from '@utdk/stytch';

await stytch.apiMagicV1MagicLinksEmailRevokeinvite()