A
DeleteAuthProvider
ArcadeEngineApi.DeleteAuthProvider
Description
Delete a specific auth provider by ID.
This tool deletes a specified authentication provider using its ID. It should be called when you need to remove an auth provider from the system.
Input Parameters
{
"parameters": [
{
"name": "auth_provider_id",
"required": true,
"inferrable": true,
"description": "The ID of the authentication provider to delete.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'auth-providers-delete'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}