wp-api-meta-endpoints icon indicating copy to clipboard operation
wp-api-meta-endpoints copied to clipboard

Delete meta

Open mjacobsen4DFM opened this issue 9 years ago • 1 comments

Does the plugin support deletes? I am getting an error stating that it does not. I just want to know if that is an accurate error, or whether I might be trying to invoke it incorrectly.

mjacobsen4DFM avatar May 22 '16 03:05 mjacobsen4DFM

you can delete by using the force parameter, ie

DEL https://example.com/wp-json/wp/v2/posts/1622/meta/11353?force=true

ssuess avatar Apr 06 '17 14:04 ssuess