DELETE {who}/messages/{messageId}/forms/{formId}

Delete operation for a existing form on a message. Use this to remove a form from a message.

Request Information

Parameters

NameDescriptionAdditional information
who The id of the reportee for which the message belongs. 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 for which forms should be retrieved.

Define this parameter in the request URI.

formId The form id of the form to be removed.

Define this parameter in the request URI.