delete_user_meta
This endpoint is used to delete user_meta using meta _key variable.
Just provide the meta_key variables to be deleted separated by comma like this:
meta_key=website,city,country,skills
Resource URL
http://localhost/api/userplus/delete_user_meta/
Method
POST
Required Parameters
- cookie
- meta_key
- meta_value
- key – get API key from Settings > User Plus
Sample Request URL
http://localhost/api/userplus/delete_user_meta/?key=KEY-HERE&cookie=COOKIE-HERE&meta_key=website,city,country,skills