...
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 | ||
---|---|---|
| ||
const int idfileId = 123 var attachment = await _fileAttachmentManager.Remove(id fileId ); |