Delete Form Type
datazone_delete_form_type | R Documentation |
Delets and metadata form type in Amazon DataZone¶
Description¶
Delets and metadata form type in Amazon DataZone.
Usage¶
datazone_delete_form_type(domainIdentifier, formTypeIdentifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the metadata form type is deleted. |
formTypeIdentifier |
[required] The ID of the metadata form type that is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_form_type(
domainIdentifier = "string",
formTypeIdentifier = "string"
)