This API let’s you to delete an alias using alias.
curl --request DELETE \ --url https://api.togai.com/aliases/{alias} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"custom_value"
OK
The response is of type object.
object