ExAws.Translate.delete_terminology

You're seeing just the function delete_terminology, go back to ExAws.Translate module for more information.
Link to this function

delete_terminology(name)

View Source

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.