DELETE {who}/messages/{messageId}/attachments/{attachmentId}

Delete a specific attachment and remove it from its parent message. Only works for FormTask messages.

Request Information

Parameters

NameDescriptionAdditional information
who Who to retrieve messages for. Valid values are "my", or an organization number of an organization the user can represent, or "r"<Reportee.ReporteeId>, where the identified reportee may be a person or organization.

Define this parameter in the request URI.

messageId ID of the message which the requested attachment is associated to.

Define this parameter in the request URI.

attachmentId The id of the attachment to delete.

Define this parameter in the request URI.