{ "name": "DeleteSubscriptionAction", "fully_qualified_name": "SquareupApi.DeleteSubscriptionAction@0.1.0", "description": "Delete a scheduled action from a subscription.\n\nThis tool deletes a specific scheduled action associated with a subscription identified by its subscription and action IDs. Use it to cancel or remove actions that are no longer needed from a subscription plan.", "toolkit": { "name": "ArcadeSquareupApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "subscription_id", "required": true, "description": "The ID of the subscription for which the action is to be deleted. This ID is required to identify the specific subscription being targeted.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the subscription the targeted action is to act upon." }, "inferrable": true, "http_endpoint_parameter_name": "subscription_id" }, { "name": "action_id", "required": true, "description": "The ID of the specific action to be deleted from a subscription.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the targeted action to be deleted." }, "inferrable": true, "http_endpoint_parameter_name": "action_id" } ] }, "output": { "description": "Response from the API endpoint 'DeleteSubscriptionAction'.", "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": { "provider_id": "arcade-squareup", "provider_type": "oauth2", "id": null, "oauth2": { "scopes": [ "SUBSCRIPTIONS_WRITE" ] } }, "secrets": null, "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 squareup API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://connect.squareup.com/v2/subscriptions/{subscription_id}/actions/{action_id}", "http_method": "DELETE", "headers": {}, "parameters": [ { "name": "subscription_id", "tool_parameter_name": "subscription_id", "description": "The ID of the subscription the targeted action is to act upon.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the subscription the targeted action is to act upon." }, "accepted_as": "path", "required": true, "deprecated": false, "documentation_urls": [] }, { "name": "action_id", "tool_parameter_name": "action_id", "description": "The ID of the targeted action to be deleted.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the targeted action to be deleted." }, "accepted_as": "path", "required": true, "deprecated": false, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ] } }