ExAws.Translate.delete_terminology
You're seeing just the function
delete_terminology
, go back to ExAws.Translate module for more information.
Specs
delete_terminology(name :: String.t()) :: ExAws.Operation.JSON.t()
A synchronous action that deletes a custom terminology.
Examples
iex> ExAws.Translate.delete_terminology("terminology") |> ExAws.request()
{:ok, %{}}
For more information visit the AWS Translate API Documentation for DeleteTerminology.