deleteAttachment

Deletes an attachment and its link to a record.

Parameters

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

Example Usages

   brixxApi.deleteAttachment(42);

Last updated