Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remove a file attachment by it's its id.

Package Details

Interface

...

await fileAttachmentManager.Remove( <attachment id>int id );

Returns

Task

API

DELETE
/api/v1/file-attachments/{id}

...

Example

Code Block
languagec#
const int idfileId = 123
var attachment = await _fileAttachmentManager.Remove(id fileId );