Delete an author
delete_authorPermanently delete an author while keeping their articles published, removing the byline. Requires user confirmation to execute.
Instructions
Delete an author. Articles by this author are not deleted. Their author_id becomes null, so they stay published and lose their byline. PERMANENT: this deletes content from the customer's Site. There is no trash and no undo. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the authors:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A UUID. | |
| confirm | No | Set to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing. |