You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Delete an existing custom metadata field. Deletion isn't instataneous, and /metadata/list will continue to return the field until the asynchronous deletion process is complete.
2040
+
# @param [String] name the unique identifier of the metadata field to update
2041
+
# @return [Hash] the information for the deleted metadata field
2042
+
# - [String] name the unique identifier of the metadata field to update
2043
+
# - [String] state the current state of the metadata field, one of "active", "delete", or "index"
2044
+
# - [String] view_template Mustache template to control how the metadata is rendered in your activity log
0 commit comments