TaggingTagAssociationDetachTagFromMultipleObjectsRequestBody

This is a request body class for an operation.


Properties

array of StdDynamicID
object_ids Required

The identifiers of the input objects.

JSON Example

{
	"object_ids": [
		{
			"id": "string",
			"type": "string"
		}
	]
}

Feedback

Was this page helpful?