For the complete documentation index, see llms.txt. This page is also available as Markdown.

22. التغيير: حذف "RasterAnalysisMap"

احذف "RasterAnalysisMap" المحددة.

يمكن حذف "RasterAnalysisMap" التي أنشأها المستخدم.

mutation DeleteRasterAnalysisMap {
  deleteRasterAnalysisMap(input: {
    uuid: "<placeholder_of_raster_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    name
    status
  }
}

آخر تحديث

هل كان هذا مفيدا؟