Example: Delete a post
Deletes a blog post by ID.
UUID of the post to delete
Promise resolving when the post is deleted
If postId format is invalid
If the request fails
await deletePost('550e8400-e29b-41d4-a716-446655440000'); Copy
await deletePost('550e8400-e29b-41d4-a716-446655440000');
Example: Delete a post
Deletes a blog post by ID.