Tool to delete site navigation items matching given filters. Use after confirming which navigation items to remove. DELETE operation requires a WHERE clause (at least one filter parameter).
idstringFilter by unique identifier using PostgREST operators. Use 'eq' for exact match (e.g., 'eq.00000000-0000-0000-0000-000000000000'). The 'neq' operator is also supported.
labelstringFilter by navigation item label using PostgREST operators. Use 'eq' for exact match (e.g., 'eq.Home').
limitintegerLimit number of site navigation items to delete. Must be used with 'order' parameter for deterministic results.
orderstringSort results by field name before deletion. Required when using limit. Format: 'field' or 'field.desc' for descending order.
offsetintegerOffset for pagination when deleting items. Should be used with 'order' and 'limit' parameters.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.