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. The file is deleted from storage and can no longer be referenced.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
204
media deleted
