POST Bulk Action Tags​
POST
/tags/do-bulk-action
Perform a bulk action on multiple tags. Currently supports bulk deletion of tags by their IDs.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"tagIds": [
0
]
}
Responses​
Bulk action completed successfully.
application/json
JSON
{
"message": "string"
}