Once you delete a saved object, it cannot be recovered.

    DELETE <kibana host>:<port>/s/<space_id>/api/saved_objects/<type>/<id>

    space_id

    (Optional, string) An identifier for the space. If space_id is not provided in the URL, the default space is used.

    id

    (Required, string) The object ID that you want to remove.

    200

    Delete an index pattern object with the my-pattern ID: