Skip to content

Opensearch dashboards.destructiveroutemethod

Home > opensearch-dashboards > DestructiveRouteMethod

DestructiveRouteMethod type

Set of HTTP methods changing the state of the server.

Signature:

export declare type DestructiveRouteMethod = 'post' | 'put' | 'delete' | 'patch';