Delete Domain Object Type
| customerprofiles_delete_domain_object_type | R Documentation |
Delete a DomainObjectType for the given Domain and ObjectType name¶
Description¶
Delete a DomainObjectType for the given Domain and ObjectType name.
Usage¶
customerprofiles_delete_domain_object_type(DomainName, ObjectTypeName)
Arguments¶
DomainName |
[required] The unique name of the domain. |
ObjectTypeName |
[required] The unique name of the domain object type. |
Value¶
An empty list.
Request syntax¶
svc$delete_domain_object_type(
DomainName = "string",
ObjectTypeName = "string"
)