Delete the IMAP Config
DELETE/v1/imapbasic/delete/:mailerID
This endpoint deletes the IMAP config by mailer_id
Responses
- 200
- 400
- 409
IMAP Config deleted successfully
- 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
}
Conflict Config Not Found
- application/json
- Schema
- Example (from schema)
Schema
error string
success boolean
{
"error": "string",
"success": false
}
Loading...