deleteTypedLinkFacet
abstract suspend fun deleteTypedLinkFacet(input: DeleteTypedLinkFacetRequest): DeleteTypedLinkFacetResponse
Deletes a TypedLinkFacet. For more information, see Typed Links.
Samples
val resp = cloudDirectoryClient.deleteTypedLinkFacet {
schemaArn = "arn:aws:clouddirectory:us-west-2:45132example:schema/development/typedlinkschematest"
name = "ExampleFacet"
}Content copied to clipboard