Opened 9 years ago

Closed 9 years ago

#1069 closed defect (fixed)

API doesn't support deleting media

Reported by: Jessica Tallon Owned by:
Priority: minor Milestone: 0.8.0
Component: programming Keywords: api, activity, delete, federation
Cc: Parent Tickets:

Description

In pump.io you can delete media by performing a "delete" activity:

{
    "verb": "delete",
    "object": {
        "id": "https://gmg.theperplexingpariah.co.uk/api/image/myid"
    }
}

You can also do this by sending a HTTP DELETE to the API endpoint.

Change History (2)

comment:1 by Jessica Tallon, 9 years ago

Owner: set to Jessica Tallon
Status: newin_progress

comment:2 by Jessica Tallon, 9 years ago

Owner: Jessica Tallon removed
Resolution: fixed
Status: in_progressclosed

This is now fixed as of 4dec1cd.

Note: See TracTickets for help on using tickets.