Opened 22 months ago
Last modified 14 months ago
#18431 closed task (blessed)
Delete custom posts via XMLRPC — at Version 1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | max@…, jbernal@… |
Description (last modified by westi)
Simple API to support deletion of a single post of any CPT over xmlrpc.
Change History (3)
nprasath002 — 22 months ago
- Description modified (diff)
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to 3.4
- Owner set to westi
- Status changed from new to reviewing
- Type changed from feature request to task (blessed)
nprasath002 — 16 months ago
Note: See
TracTickets for help on using
tickets.

Marking this as a Blessed Task for 3.4 - This is part of the first iteration of XML-RPC new features we will be working on.
There are a number of issues with this current patch:
We should have a simple wp.deletePost which mimics wp.deletePage but supports all CPTs (and then we can probably re-work wp.deletePage to call it.