{ "name": "DeleteAccountPerson", "fully_qualified_name": "StripeApi.DeleteAccountPerson@0.1.0", "description": "Delete a person's relationship to an account in Stripe.\n\nDeletes a person's relationship to the account's legal entity in Stripe, except for the account_opener or the sole verified executive.", "toolkit": { "name": "ArcadeStripeApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "account_id", "required": true, "description": "The unique identifier of the account from which a person's relationship will be deleted. This must be a valid Stripe account ID.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "account" }, { "name": "person_id", "required": true, "description": "A unique identifier for the person whose relationship to the account will be deleted. This is required and must be a valid person ID in Stripe.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "person" } ] }, "output": { "description": "Response from the API endpoint 'DeleteAccountsAccountPersonsPerson'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "STRIPE_API_KEY" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the Stripe API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://api.stripe.com/v1/accounts/{account}/persons/{person}", "http_method": "DELETE", "headers": {}, "parameters": [ { "name": "account", "tool_parameter_name": "account_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "documentation_urls": [] }, { "name": "person", "tool_parameter_name": "person_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "STRIPE_API_KEY", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ] } }