Delete Form Type
| datazone_delete_form_type | R Documentation |
Deletes and metadata form type in Amazon DataZone¶
Description¶
Deletes and metadata form type in Amazon DataZone.
Prerequisites:
-
The form type must exist in the domain.
-
The form type must not be in use by any asset types or assets.
-
The domain must be valid and accessible.
-
User must have delete permissions on the form type.
-
Any dependencies (such as linked asset types) must be removed first.
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"
)