Delete Provider Smtp Settings
Endpoint to delete SMTP settings
Authorized Roles : PROVIDER
Request
URI
DELETE
https://{api_host}/provider/smtp-settings/{stype}
COPY
Path Parameters
string
stype
Required
Type of SMTP setting
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/provider/smtp-settings/{stype}