cURL
curl --request DELETE \ --url https://api.jetemail.com/outbound/smarthost \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "username": "smtp-user1" }'
{ "success": true, "message": "Smarthost deleted successfully" }
Deletes an SMTP user
Enter your Bearer token in the format "Bearer {token}"
SMTP user deleted successfully
The response is of type object.
object