On this page
Delete a media for a status
DELETE /api/v1/statuses/{eventable_id}/media/{id}Permanently remove the specified media attachment from the status. This deletes the file from storage with no way to undo.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
204
media deleted
