This route requires Bearer token authentication! You MUST have VIEW_CHANNEL permission & DELETE_MESSAGE permission for this route.

Request

DELETE https://localhost:8989/api/channels/{channelID}/attachment?attachmentID={attachmentID}

Path parameters

Parameter name Value Description Additional
channelID string Required
attachmentID string Required

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a GenericMessage data object

GenericMessage

Explore this API

channelID
attachmentID
Response Content-Type
Try it out!