WorkOS
auth.factors.delete
Permanently deletes an Authentication Factor. It cannot be undone.
Remote workos
Other tools also called auth.factors.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the Factor."
}
}
}