magicTokenDelete
Permanently delete a magic token.
Removes the magic token from the system, making it unusable for future authentication attempts. This action cannot be undone.
Possible errors:
- MAGIC_TOKEN_NOT_FOUND_ERROR: Magic token with the specified ID does not exist
- MAGIC_TOKEN_DELETE_ERROR: Failed to delete the magic token
AUTH: Role=[configuration.OWNER]
magicTokenDelete(
id: String!
): Boolean!
Arguments
magicTokenDelete.id
● String!
non-null scalar
Unique identifier of the magic token to delete.
Must be a valid UUID format.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.