deleteAttachment

Deletes an attachment and its link to a record.

Parameters

  • attachmentId - the id of the attachment you want to delete

Example Usages

app.deleteAttachment(42);

Return Values

Function does not explicitly produce return value.

Last updated