SoftLayer Ticket::removeAttachedAdditionalEmails
From SoftLayer Development Network Wiki
removeAttachedAdditionalEmails is a member of the SoftLayer_Ticket service.
Contents |
Overview
removeAttachedAdditionalEmails() removes the specified email addresses from a ticket's notification list. If one of the provided email addresses is not attached to the ticket then removeAttachedAdditiaonalEmails() ignores it and continues to the next one. Once the email addresses are removed removeAttachedAdditiaonalEmails() returns a boolean true.
User Access
Users wishing to execute removeAttachedAdditionalEmails service must have the Add / Edit Tickets and View Tickets permissions assigned to their account.
Return Type
removeAttachedAdditionalEmails returns the boolean data type.
Headers
Required Headers
removeAttachedAdditionalEmails requires the following headers:
Parameters
removeAttachedAdditionalEmails takes the following parameters:
emails
A list of email addresses to remove from a ticket's notification list
- Type: array of strings

