Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Remove file attachment

Description

Remove a file attachment by it's id.

Package Details

Interface

IFileAttachmentManager

Syntax

await fileAttachmentManager.Remove(<attachment id>);

Returns

Task

API

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

Parameters

Parameter

Description

Parameter Type

id

The file attachment id

path

Returns

200 OK

Example

const int id = 123
var attachment = await _fileAttachmentManager.Remove(id);

  • No labels