Delete the SMTP Config
DELETE/v1/smtpbasic/delete/:mailer_id
This endpoint deletes the SMTP config by mailer_id
Request
Path Parameters
mailer_id stringrequired
Mailer ID
Responses
- 200
- 400
SMTP Config deleted
- application/json
- Schema
- Example (from schema)
Schema
success boolean
{
"success": true
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
success boolean
{
"error": "string",
"success": false
}
Loading...