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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

apiMagicV1MagicLinksEmailRevokeinvite
POST/v1/magic_links/email/revoke_invite
Revoke a pending invite based on the `email` provided.

Input

required

The email of the user.

Enter a gateway URL above to enable sending.

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

TypeScript

import stytch from '@utdk/stytch';

await stytch.apiMagicV1MagicLinksEmailRevokeinvite()