ReferenceRest

Delete agent email account

DELETE
/api/v1/agents/{agentHandle}/email-accounts/{email}

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer <salestouch_api_key>.

In: header

Path Parameters

agentHandle*string
email*string
Formatemail

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://www.salestouch.io/api/v1/agents/string/email-accounts/user@example.com"
{
  "data": {
    "email": "user@example.com"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}