cURL
curl --request DELETE \ --url http://base.url.com/profiles/{smtp_id} \ --header 'x-phishy-api-key: <api-key>'
[ { "name": "<string>", "method": "<string>", "fromAddress": "<string>", "mailServer": "<string>", "mailServerPort": 123, "customPort": false, "useSSLTLS": false, "lastUpdatedBy": "<string>", "lastModified": "<string>" } ]
Deletes a profile based on the ID supplied
Profile deleted
The response is of type object[].
object[]